Click or drag to resize
ConnectionDocumentExists Method
Check if a document exists in the vault

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

Parameters

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

Return Value

Type: Boolean
True if the document exists
Remarks