Click or drag to resize

BCDocumentWorkflow.Migrate Method (BCWorkflowDef, BCWorkflowState, String)

Migrates the document to a new configurable workflow.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public void Migrate(
	BCWorkflowDef workflowDef,
	BCWorkflowState state,
	string comment
)

Parameters

workflowDef
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCWorkflowDef
The workflow definition of the new workflow.
state
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCWorkflowState
The state of the new workflow.
comment
Type: System.String
The text message of a comment.
See Also