Connection GetDocumentID Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
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: 1.0.6.0 (1.0.6.0)
Syntax

public string GetDocumentID(
	string vaultidentifier,
	string fullpath
)

Parameters

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

Return Value

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

See Also