Connection GetAllPropertyNames Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
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: 1.0.6.0 (1.0.6.0)
Syntax

public Object GetAllPropertyNames(
	string vaultidentifier,
	string id = null
)

Parameters

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

Return Value

Array of property names
Remarks

Returns array of all document properties if no ID is given
See Also