Click or drag to resize

CancelWorkflowPersonsAssignEventArgs Constructor (BCDocument, IList<String>, String)

Initializes a new instance of the CancelWorkflowPersonsAssignEventArgs class.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Design
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.96.0)
Syntax
public CancelWorkflowPersonsAssignEventArgs(
	BCDocument document,
	IList<string> persons,
	string comment
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCDocument
The document the event is raised for.
persons
Type: System.Collections.Generic.IList<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.
See Also