Reroutes the document in workflow to a new state.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void RerouteToState(
	BCWorkflowState state,
	string comment,
	IEnumerable<string> todoUserNames,
	bool ignoreSecurity
)
Visual Basic
Public Sub RerouteToState ( _
	state As BCWorkflowState, _
	comment As String, _
	todoUserNames As IEnumerable(Of String), _
	ignoreSecurity As Boolean _
)
Visual C++
public:
void RerouteToState(
	BCWorkflowState^ state, 
	String^ comment, 
	IEnumerable<String^>^ todoUserNames, 
	bool ignoreSecurity
)

Parameters

state
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCWorkflowState
The new state of the workflow.
comment
Type: System..::..String
The text message of a comment.
todoUserNames
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The collection of user names for to-do persons.
ignoreSecurity
Type: System..::..Boolean
A value indicating whether to ignore the "Reroute with workflow" privilege.

See Also