 | ConnectionUndoCheckoutDocument Method |
Revokes the working copy of a document and does a transition of the document from the Under Change state
back to its latest Released state.
Namespace:
ICMeridianAPI
Assembly:
ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.1.0.0 (4.1.0.0)
Syntaxpublic void UndoCheckoutDocument(
string vaultidentifier,
string docid
)
Public Sub UndoCheckoutDocument (
vaultidentifier As String,
docid As String
)
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the document resides. - docid
- Type: SystemString
The unique identifier of the document inside the vault.
Remarks
See Also