Connection GetFolderID Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Returns the unique identifier of a folder given the vault identifier and the full path of the folder inside the vault.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax

public string GetFolderID(
	string vaultidentifier,
	string fullpath
)

Parameters

vaultidentifier
Type: OnlineSystem String
The vault in which the folder resides.
fullpath
Type: OnlineSystem String
The full path of the folder inside the vault.

Return Value

ID of the folder at the specified path
Remarks

See Also