Migrates the document to a new configurable workflow.
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 Migrate( string workflowName, string stateName, string comment ) |
Visual Basic |
---|
Public Sub Migrate ( _ workflowName As String, _ stateName As String, _ comment As String _ ) |
Visual C++ |
---|
public: void Migrate( String^ workflowName, String^ stateName, String^ comment ) |
Parameters
- workflowName
- Type: System..::..String
The name of the new workflow.
- stateName
- Type: System..::..String
The name of the state in the new workflow.
- comment
- Type: System..::..String
The text message of a comment.