BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > GetAllPropertyNames(String, String)
GetAllPropertyNames Method (vaultidentifier, id)
Return an array of all property names of that document or folder as determined by the document or folder type.
Declaration Syntax
C#Visual BasicVisual C++
public Object GetAllPropertyNames(
	string vaultidentifier,
	string id
)
Public Function GetAllPropertyNames ( _
	vaultidentifier As String, _
	id As String _
) As Object
public:
Object^ GetAllPropertyNames(
	String^ vaultidentifier, 
	String^ id
)
Parameters
vaultidentifier (String)
The vault identification.
id (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

Assembly: ICMeridianAPI (Module: ICMeridianAPI) Version: 1.0.1.4 (1.0.1.4)