BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > UndoCheckoutDocument(String, String)
UndoCheckoutDocument Method (vaultidentifier, docid)
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.
Declaration Syntax
C#Visual BasicVisual C++
public void UndoCheckoutDocument(
	string vaultidentifier,
	string docid
)
Public Sub UndoCheckoutDocument ( _
	vaultidentifier As String, _
	docid As String _
)
public:
void UndoCheckoutDocument(
	String^ vaultidentifier, 
	String^ docid
)
Parameters
vaultidentifier (String)
The vault in which the document resides.
docid (String)
The unique identifier of the document inside the vault.
Remarks

Assembly: ICMeridianAPI (Module: ICMeridianAPI) Version: 1.0.1.4 (1.0.1.4)