ConnectionGetFolderInformation Method |
Returns a variant array of values for the specified properties.
Namespace:
ICMeridianAPI
Assembly:
ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic Object[] GetFolderInformation(
string vaultidentifier,
string folderid,
Object properties
)
Public Function GetFolderInformation (
vaultidentifier As String,
folderid As String,
properties As Object
) As Object()
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the folder resides. - folderid
- Type: SystemString
The unique identifier of the folder inside the vault. - properties
- Type: SystemObject
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
Type:
ObjectArray of values for the requested properties.
Remarks
See Also