ConnectionGetFolderElements Method |
Enumerate folder elements
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic Object[] GetFolderElements(
string vaultidentifier,
string fldid,
int iOptions = 1
)
Public Function GetFolderElements (
vaultidentifier As String,
fldid As String,
Optional iOptions As Integer = 1
) As Object()
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:
ObjectArray of ID's of the elements of the specified folder
Remarks
See Also