BCDocumentWorkflowExtenderRevokeWorkingCopy Method |
Ends the draft revision of the document and revokes its changes.
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 RevokeWorkingCopy(
bool reassign
)
Public Sub RevokeWorkingCopy (
reassign As Boolean
)
Parameters
- reassign
- Type: SystemBoolean
A value indicating whether to start a new revision.
Remarks This method is an analogue of the EndDraftVersion("", true, reassign) method.
See Also