Connection CheckinDocument Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Transitions a document from the Under Change state to the Released state.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax

public void CheckinDocument(
	string vaultidentifier,
	string docid,
	string comment = ""
)

Parameters

vaultidentifier
Type: OnlineSystem String
The vault in which the document resides.
docid
Type: OnlineSystem String
The unique identifier of the document inside the vault.
comment (Optional)
Type: OnlineSystem String
Optional comment to be written in the comment log of the document.
Remarks

See Also