Click or drag to resize

BCSDocumentMigrate Method (String, String)

Migrates the document to a new configurable workflow.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public void Migrate(
	string workflowName,
	string stateName
)

Parameters

workflowName
Type: SystemString
The name of the new workflow.
stateName
Type: SystemString
The name of the state in the new workflow.
See Also