BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > GetDocumentLocation(String, String, Boolean)
GetDocumentLocation Method (vaultidentifier, docid, relativepath)
Returns a full path in UNC format or the relative path within the vault that can be used by any Windows application to read from or write to a document. The document needs to be in the Under Change state for it to be writable.
Declaration Syntax
C#Visual BasicVisual C++
public string GetDocumentLocation(
	string vaultidentifier,
	string docid,
	bool relativepath
)
Public Function GetDocumentLocation ( _
	vaultidentifier As String, _
	docid As String, _
	relativepath As Boolean _
) As String
public:
String^ GetDocumentLocation(
	String^ vaultidentifier, 
	String^ docid, 
	bool relativepath
)
Parameters
vaultidentifier (String)
The vault in which the document resides.
docid (String)
The unique identifier of the document inside the vault.
relativepath (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.

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