Initializes a new instance of the WorkflowRerouteEventArgs class.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public WorkflowRerouteEventArgs( BCDocument document, BCWorkflowState target, IEnumerable<string> persons, string comment ) |
Visual Basic |
---|
Public Sub New ( _ document As BCDocument, _ target As BCWorkflowState, _ persons As IEnumerable(Of String), _ comment As String _ ) |
Visual C++ |
---|
public: WorkflowRerouteEventArgs( BCDocument^ document, BCWorkflowState^ target, IEnumerable<String^>^ persons, String^ comment ) |
Parameters
- document
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocument
The document the event is raised for.
- target
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCWorkflowState
The new state of the workflow.
- persons
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The collection of user names of persons.
- comment
- Type: System..::..String
The text message of a comment that will be added to the document log.