Click or drag to resize

BCProjectWorkflowMigrate Method (BCProjectWorkflowState, String)

Migrate the project to the specified workflow state.

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(
	BCProjectWorkflowState state,
	string comment
)

Parameters

state
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCProjectWorkflowState
The state of a new workflow.
comment
Type: SystemString
The text message of a comment.
See Also