Click or drag to resize

BCSDocument.Reroute Method (String, String, IEnumerable<String>)

Reroutes the document in the workflow to a new state.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public void Reroute(
	string stateName,
	string comment,
	IEnumerable<string> todoUserNames
)

Parameters

stateName
Type: System.String
The name of the new state of the workflow.
comment
Type: System.String
The text message of a comment.
todoUserNames
Type: System.Collections.Generic.IEnumerable<String>
The collection of user names of to-do persons.
See Also