Click or drag to resize

CancelWorkflowRevisionEventArgs Constructor (BCDocument, BCWorkflowTransition, String)

Initializes a new instance of the CancelWorkflowRevisionEventArgs class.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Design
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public CancelWorkflowRevisionEventArgs(
	BCDocument document,
	BCWorkflowTransition transition,
	string comment
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document the event is raised for.
transition
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkflowTransition
The transition of the workflow.
comment
Type: SystemString
The text message of a comment that will be added to the document log.
See Also