ConnectionGetDocumentVersions Method |
Returns a variant array of version IDs for the specified document.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntaxpublic Object[] GetDocumentVersions(
string vaultidentifier,
string docid
)
Public Function GetDocumentVersions (
vaultidentifier As String,
docid As String
) As Object()
public:
array<Object^>^ GetDocumentVersions(
String^ vaultidentifier,
String^ docid
)
member GetDocumentVersions :
vaultidentifier : string *
docid : string -> Object[]
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the document resides. - docid
- Type: SystemString
The unique identifier of the document inside the vault.
Return Value
Type:
ObjectArray of GUIDs in string form, each containing version ID.
Remarks
See Also