ConnectionGetDocumentInformation Method |
Returns a variant array of values for the specified properties.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntaxpublic Object[] GetDocumentInformation(
string vaultidentifier,
string docid,
Object properties
)
Public Function GetDocumentInformation (
vaultidentifier As String,
docid As String,
properties As Object
) As Object()
public:
array<Object^>^ GetDocumentInformation(
String^ vaultidentifier,
String^ docid,
Object^ properties
)
member GetDocumentInformation :
vaultidentifier : string *
docid : string *
properties : Object -> Object[]
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:
ObjectArray of values for the requested properties.
Remarks
See Also