Click or drag to resize
ConnectionGetFolderInformation Method
Returns a variant array of values for the specified properties.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntax
public Object[] GetFolderInformation(
	string vaultidentifier,
	string folderid,
	Object properties
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the folder resides.
folderid
Type: SystemString
The unique identifier of the folder inside the vault.
properties
Type: SystemObject
The properties of which the values are to be retrieved. This can be an array of strings each having a property name, or a single name of the property.

Return Value

Type: Object
Array of values for the requested properties.
Remarks