Click or drag to resize
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.0.9.0 (4.0.9.0)
Syntax
public void UndoCheckoutDocument(
	string vaultidentifier,
	string docid
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the document resides.
docid
Type: SystemString
The unique identifier of the document inside the vault.
Remarks