BCSProjectReroute Method (String, String) |
Reroutes the project in the workflow to a new state.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void Reroute(
string stateName,
string comment
)
Public Sub Reroute (
stateName As String,
comment As String
)
public:
void Reroute(
String^ stateName,
String^ comment
)
member Reroute :
stateName : string *
comment : string -> unit
Parameters
- stateName
- Type: SystemString
The name of the new state of the workflow. - comment
- Type: SystemString
The text message of a comment.
See Also