CancelWorkflowPersonChangeEventArgs Constructor (BCDocument, String, String, Boolean) |
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic CancelWorkflowPersonChangeEventArgs(
BCDocument document,
string person,
string comment,
bool cancel
)
Public Sub New (
document As BCDocument,
person As String,
comment As String,
cancel As Boolean
)
public:
CancelWorkflowPersonChangeEventArgs(
BCDocument^ document,
String^ person,
String^ comment,
bool cancel
)
new :
document : BCDocument *
person : string *
comment : string *
cancel : bool -> CancelWorkflowPersonChangeEventArgs
Parameters
- document
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document in the workflow. - person
- Type: SystemString
The user name of the person in the new state. - 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