BCDocumentWorkflowExtenderEndDraftVersionWithRefs Method (String, Boolean, Boolean, Int32) |
Ends the draft revision of the document and outgoing referenced documents.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public void EndDraftVersionWithRefs(
string message,
bool abort,
bool reassign,
int refLevel
)
Public Sub EndDraftVersionWithRefs (
message As String,
abort As Boolean,
reassign As Boolean,
refLevel As Integer
)
Parameters
- message
- Type: SystemString
The text message to be added in the workflow log.
Can be or an empty string.
- abort
- Type: SystemBoolean
A value indicating whether to abort (revoke) draft revision. - reassign
- Type: SystemBoolean
A value indicating whether to start a new revision. - refLevel
- Type: SystemInt32
The level of the outgoing referenced documents.
See Also