Click or drag to resize
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)
Syntax
public Object GetAllPropertyNames(
	string vaultidentifier,
	string id = null
)

Parameters

vaultidentifier
Type: SystemString
The vault identification.
id (Optional)
Type: SystemString
Optional: Identifier of a document or folder inside the vault.

Return Value

Type: Object
Array of property names
Remarks
Returns array of all document properties if no ID is given
See Also