BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > GetDocumentVersions(String, String)
GetDocumentVersions Method (vaultidentifier, docid)
Returns a variant array of version IDs for the specified document.
Declaration Syntax
C#Visual BasicVisual C++
public 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
)
Parameters
vaultidentifier (String)
The vault in which the document resides.
docid (String)
The unique identifier of the document inside the vault.
Return Value
Array of GUIDs in string form, each containing version ID.
Remarks

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