Click or drag to resize

ConnectionIsDocumentCheckedOut Method

Returns True if the document is under change.

Namespace:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntax
public bool IsDocumentCheckedOut(
	string vaultidentifier,
	string docid
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the document resides.
docid
Type: SystemString
The unique identifier of the document inside the vault.

Return Value

Type: Boolean
True if the document is under change.
Remarks