Connection GetFolderElements Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Enumerate folder elements

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

public Object[] GetFolderElements(
	string vaultidentifier,
	string fldid,
	int iOptions = 1
)

Parameters

vaultidentifier
Type: OnlineSystem String
The vault in which the folder resides.
fldid
Type: OnlineSystem String
The unique identifier of the folder inside the vault.
iOptions (Optional)
Type: OnlineSystem Int32
Optional parameter: 1 - Only documents, 2 - only folders, 3 - documents and folders, 4 - hybrid docs, 5 - hybrid all. By default it is 1 = Only documents.

Return Value

Array of ID's of the elements of the specified folder
Remarks

See Also