Connection GetDocumentVersionLocation Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Returns a full path in UNC format or the relative path within the vault that can be used by any Windows application to read the contents of the version of the document.

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

public string GetDocumentVersionLocation(
	string vaultidentifier,
	string docid,
	Object verid,
	bool relativepath = false
)

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
Sttring containing the version unique identifier, or an integer with the version index (zero based).
relativepath (Optional)
Type: OnlineSystem Boolean
Optional Boolean. True to return a relative path, False to return an absolute path.

Return Value

Path to the document
Remarks

For this method to work with a full path, AMFS needs to be running.
See Also