Connection GetDocumentVersionInformation Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Returns a variant array of values for the specified properties for a given document version.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax

public Object[] GetDocumentVersionInformation(
	string vaultidentifier,
	string docid,
	Object verid,
	Object properties
)

Parameters

vaultidentifier
Type: OnlineSystem String
The vault in which the document resides.
docid
Type: OnlineSystem String
The unique identifier of the document inside the vault.
verid
Type: OnlineSystem Object
Either an integer version index starting from zero, or (string) the unique identifier of the document version.
properties
Type: OnlineSystem Object
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

Array of values for the requested properties.
Remarks

See Also