Click or drag to resize

BCDocumentWorkflowMigrate 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.ServerBCWorkflowDef
The workflow definition of the new workflow.
state
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkflowState
The state of the new workflow.
comment
Type: SystemString
The text message of a comment.
See Also