BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > GetFolderElements(String, String, Int32)
GetFolderElements Method (vaultidentifier, fldid, iOptions)
Enumerate folder elements
Declaration Syntax
C#Visual BasicVisual C++
public string[] GetFolderElements(
	string vaultidentifier,
	string fldid,
	int iOptions
)
Public Function GetFolderElements ( _
	vaultidentifier As String, _
	fldid As String, _
	iOptions As Integer _
) As String()
public:
array<String^>^ GetFolderElements(
	String^ vaultidentifier, 
	String^ fldid, 
	int iOptions
)
Parameters
vaultidentifier (String)
The vault in which the folder resides.
fldid (String)
The unique identifier of the folder inside the vault.
iOptions (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

Assembly: ICMeridianAPI (Module: ICMeridianAPI) Version: 1.0.1.4 (1.0.1.4)