BCSDocumentMigrate Method (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)
Syntax public void Migrate(
string workflowName
)
Public Sub Migrate (
workflowName As String
)
public:
void Migrate(
String^ workflowName
)
member Migrate :
workflowName : string -> unit
Parameters
- workflowName
- Type: SystemString
The name of the new workflow.
See Also