Click or drag to resize
ConnectionGetFolderElements Method
Enumerate folder elements

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntax
public Object[] GetFolderElements(
	string vaultidentifier,
	string fldid,
	int iOptions = 1
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the folder resides.
fldid
Type: SystemString
The unique identifier of the folder inside the vault.
iOptions (Optional)
Type: SystemInt32
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

Type: Object
Array of ID's of the elements of the specified folder
Remarks