Click or drag to resize
CancelWorkflowRerouteEventArgs Constructor (BCDocument, BCWorkflowState, IEnumerableString, String)
Initializes a new instance of the CancelWorkflowRerouteEventArgs class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public CancelWorkflowRerouteEventArgs(
	BCDocument document,
	BCWorkflowState target,
	IEnumerable<string> persons,
	string comment
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document the event is raised for.
target
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkflowState
The new state of the workflow.
persons
Type: System.Collections.GenericIEnumerableString
The collection of user names of persons.
comment
Type: SystemString
The text message of a comment that will be added to the document log.
See Also