BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > CheckinDocument(String, String, String)
CheckinDocument Method (vaultidentifier, docid, comment)
Transitions a document from the Under Change state to the Released state.
Declaration Syntax
C#Visual BasicVisual C++
public void CheckinDocument(
	string vaultidentifier,
	string docid,
	string comment
)
Public Sub CheckinDocument ( _
	vaultidentifier As String, _
	docid As String, _
	comment As String _
)
public:
void CheckinDocument(
	String^ vaultidentifier, 
	String^ docid, 
	String^ comment
)
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.
Remarks

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