Migrates the document to a new configurable workflow.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: 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
)
Visual Basic
Public Sub Migrate ( _
	workflowName As String, _
	stateName As String _
)
Visual C++
public:
void Migrate(
	String^ workflowName, 
	String^ stateName
)

Parameters

workflowName
Type: System..::..String
The name of the new workflow.
stateName
Type: System..::..String
The name of the state in the new workflow.

See Also