Click or drag to resize
BCProjectWorkflowRerouteToState Method (BCProjectWorkflowState, String, IEnumerableString)
Reroutes the project in the 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.19.0)
Syntax
public void RerouteToState(
	BCProjectWorkflowState state,
	string comment,
	IEnumerable<string> managerUserNames
)

Parameters

state
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCProjectWorkflowState
The new state of the workflow.
comment
Type: SystemString
The text message of a comment.
managerUserNames
Type: System.Collections.GenericIEnumerableString
The collection of user names of managers.
See Also