| BCSDocumentMigrate Method (String, String, String) |
Migrates the document to a new configurable workflow.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void Migrate(
string workflowName,
string stateName,
string comment
)
Public Sub Migrate (
workflowName As String,
stateName As String,
comment As String
)
public:
void Migrate(
String^ workflowName,
String^ stateName,
String^ comment
)
member Migrate :
workflowName : string *
stateName : string *
comment : string -> unit
Parameters
- workflowName
- Type: SystemString
The name of the new workflow. - stateName
- Type: SystemString
The name of the state in the new workflow. - comment
- Type: SystemString
The text message of a comment.
See Also