Click or drag to resize

ConnectionGetDocumentID Method

Returns the document identifier (docid) of a document given the vault identifier and the full path of the document inside the vault.

Namespace:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public string GetDocumentID(
	string vaultidentifier,
	string fullpath
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the document resides.
fullpath
Type: SystemString
The full path of the document inside the vault, including the filename.

Return Value

Type: String
ID of the document (or folder) at the specified path
Remarks