Moves the document to another workflow state.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void ChangeWorkflowState( SDocumentWorkflowFlags state, string comment, string todoUserName ) |
Visual Basic |
---|
Public Sub ChangeWorkflowState ( _ state As SDocumentWorkflowFlags, _ comment As String, _ todoUserName As String _ ) |
Visual C++ |
---|
public: void ChangeWorkflowState( SDocumentWorkflowFlags state, String^ comment, String^ todoUserName ) |
Parameters
- state
- Type: BlueCieloECM.InnoCielo.Meridian.Scripting..::..SDocumentWorkflowFlags
The target state.
- comment
- Type: System..::..String
The text message that will be appended to the document log.
- todoUserName
- Type: System..::..String
The user name of a person for the target state.