Click or drag to resize
ConnectionGetFolderID Method
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: 4.0.9.0 (4.0.9.0)
Syntax
public string GetFolderID(
	string vaultidentifier,
	string fullpath
)

Parameters

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

Return Value

Type: String
ID of the folder at the specified path
Remarks