Connection GetFolderInformation Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Returns a variant array of values for the specified properties.

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

public Object[] GetFolderInformation(
	string vaultidentifier,
	string folderid,
	Object properties
)

Parameters

vaultidentifier
Type: OnlineSystem String
The vault in which the folder resides.
folderid
Type: OnlineSystem String
The unique identifier of the folder inside the vault.
properties
Type: OnlineSystem Object
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

Array of values for the requested properties.
Remarks

See Also