BCDocumentWorkflowRerouteToState Method (BCWorkflowState, String, IEnumerableString, Boolean) | 
 
            Reroutes the document in 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)
Syntaxpublic void RerouteToState(
	BCWorkflowState state,
	string comment,
	IEnumerable<string> todoUserNames,
	bool ignoreSecurity
)
Public Sub RerouteToState ( 
	state As BCWorkflowState,
	comment As String,
	todoUserNames As IEnumerable(Of String),
	ignoreSecurity As Boolean
)
Parameters
- state
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkflowState
The new state of the workflow. - comment
 - Type: SystemString
The text message of a comment. - todoUserNames
 - Type: System.Collections.GenericIEnumerableString
The collection of user names for to-do persons. - ignoreSecurity
 - Type: SystemBoolean
A value indicating whether to ignore the "Reroute with workflow" privilege. 
See Also