CancelWorkflowRevisionEventArgs Constructor (BCDocument, BCWorkflowTransition, String, Boolean) |
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public CancelWorkflowRevisionEventArgs(
BCDocument document,
BCWorkflowTransition transition,
string comment,
bool cancel
)
Public Sub New (
document As BCDocument,
transition As BCWorkflowTransition,
comment As String,
cancel As Boolean
)
public:
CancelWorkflowRevisionEventArgs(
BCDocument^ document,
BCWorkflowTransition^ transition,
String^ comment,
bool cancel
)
new :
document : BCDocument *
transition : BCWorkflowTransition *
comment : string *
cancel : bool -> CancelWorkflowRevisionEventArgs
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. - cancel
- Type: SystemBoolean
A value indicating whether the operation should be canceled.
See Also