Click or drag to resize
ConnectionFolderExists Method
Check if a folder exists in the vault

Namespace:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntax
public bool FolderExists(
	string vaultidentifier,
	string folderid
)

Parameters

vaultidentifier
Type: SystemString
The vault
folderid
Type: SystemString
The unique identifier of the folder inside the vault.

Return Value

Type: Boolean
True if the folder exists
Remarks