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: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntaxpublic void UndoCheckoutDocument(
string vaultidentifier,
string docid
)
Public Sub UndoCheckoutDocument (
vaultidentifier As String,
docid As String
)
public:
void UndoCheckoutDocument(
String^ vaultidentifier,
String^ docid
)
member UndoCheckoutDocument :
vaultidentifier : string *
docid : string -> unit
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