Click or drag to resize

BCDocumentWorkflowRerouteToState Method (BCWorkflowState)

Reroutes the document in a workflow to a new 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 RerouteToState(
	BCWorkflowState state
)

Parameters

state
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkflowState
The new state of the workflow.
See Also