BCSDocumentReroute Method (String) |
Reroutes the document 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)
Syntax public void Reroute(
string stateName
)
Public Sub Reroute (
stateName As String
)
public:
void Reroute(
String^ stateName
)
member Reroute :
stateName : string -> unit
Parameters
- stateName
- Type: SystemString
The name of the new state of the workflow.
See Also