Click or drag to resize
BCDocumentWorkflowExtenderReroute Method (BCWorkflowState, String)
Reroutes the document in workflow to a new state.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void Reroute(
	BCWorkflowState state,
	string comment
)

Parameters

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