BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > CheckoutDocument(String, String, String, Boolean)
CheckoutDocument Method (vaultidentifier, docid, comment, quickchange)
Transitions the document to a state where it can be edited, either a QuickChange or UnderChange in workflow depending on the optional quickchange parameter
Declaration Syntax
C#Visual BasicVisual C++
public void CheckoutDocument(
	string vaultidentifier,
	string docid,
	string comment,
	bool quickchange
)
Public Sub CheckoutDocument ( _
	vaultidentifier As String, _
	docid As String, _
	comment As String, _
	quickchange As Boolean _
)
public:
void CheckoutDocument(
	String^ vaultidentifier, 
	String^ docid, 
	String^ comment, 
	bool quickchange
)
Parameters
vaultidentifier (String)
The vault in which the document resides.
docid (String)
The unique identifier of the document inside the vault.
comment (String)
Optional comment to be written in the comment log of the document.
quickchange (Boolean)
Optional Boolean. Use True to create a Quick Change.
Remarks

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