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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void RerouteToState(
	BCProjectWorkflowState state,
	string comment,
	IEnumerable<string> managerUserNames
)
Visual Basic
Public Sub RerouteToState ( _
	state As BCProjectWorkflowState, _
	comment As String, _
	managerUserNames As IEnumerable(Of String) _
)
Visual C++
public:
void RerouteToState(
	BCProjectWorkflowState^ state, 
	String^ comment, 
	IEnumerable<String^>^ managerUserNames
)

Parameters

state
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCProjectWorkflowState
The new state of the workflow.
comment
Type: System..::..String
The text message of a comment.
managerUserNames
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The collection of user names of managers.

See Also