Click or drag to resize

ConnectionCheckinDocument Method

Transitions a document from the Under Change state to the Released state.

Namespace:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public void CheckinDocument(
	string vaultidentifier,
	string docid,
	string comment = ""
)

Parameters

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