Reroutes the document in workflow to a new state.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void RerouteToState( BCWorkflowState state, string comment ) |
Visual Basic |
---|
Public Sub RerouteToState ( _ state As BCWorkflowState, _ comment As String _ ) |
Visual C++ |
---|
public: void RerouteToState( BCWorkflowState^ state, String^ comment ) |
Parameters
- state
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCWorkflowState
The new state of the workflow.
- comment
- Type: System..::..String
The text message of a comment.