Click or drag to resize
ConnectionGetDocumentInformation Method
Returns a variant array of values for the specified properties.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntax
public Object[] GetDocumentInformation(
	string vaultidentifier,
	string docid,
	Object properties
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the document resides.
docid
Type: SystemString
The unique identifier of the document 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. If it is empty (Null, Nothing) then a predefined set of properties is returned in the form of an array. Element at index 0 is the ID of the document, at index 1 is the display name,...

Return Value

Type: Object
Array of values for the requested properties.
Remarks