ConnectionGetAllPropertyNames Method |
Return an array of all property names of that document or folder as determined by the document or folder type.
Namespace:
ICMeridianAPI
Assembly:
ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic Object GetAllPropertyNames(
string vaultidentifier,
string id = null
)
Public Function GetAllPropertyNames (
vaultidentifier As String,
Optional id As String = Nothing
) As Object
Parameters
- vaultidentifier
- Type: SystemString
The vault identification. - id (Optional)
- Type: SystemString
Optional: Identifier of a document or folder inside the vault.
Return Value
Type:
ObjectArray of property names
RemarksReturns array of all document properties if no ID is given
See Also