| BCDocumentWorkflowInitState Method |
Initialize a new document to the given state.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void InitState(
DocumentWorkflowFlags state,
string todoUserName,
string managerUserName
)
Public Sub InitState (
state As DocumentWorkflowFlags,
todoUserName As String,
managerUserName As String
)
public:
void InitState(
DocumentWorkflowFlags state,
String^ todoUserName,
String^ managerUserName
)
member InitState :
state : DocumentWorkflowFlags *
todoUserName : string *
managerUserName : string -> unit
Parameters
- state
- Type: BlueCieloECM.InnoCielo.Meridian.ServerDocumentWorkflowFlags
A bitmask that is a combination of bit flags from DocumentWorkflowFlags. - todoUserName
- Type: SystemString
The user name of the to-do person. - managerUserName
- Type: SystemString
The user name of the manager.
See Also