Reroutes the document in the workflow to a new state.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void Reroute( string stateName, string comment, IEnumerable<string> todoUserNames ) |
Visual Basic |
---|
Public Sub Reroute ( _ stateName As String, _ comment As String, _ todoUserNames As IEnumerable(Of String) _ ) |
Visual C++ |
---|
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<(Of <(<'String>)>)>
The collection of user names of to-do persons.