BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > GetDocumentID(String, String)
GetDocumentID Method (vaultidentifier, fullpath)
Returns the document identifier (docid) of a document given the vault identifier and the full path of the document inside the vault.
Declaration Syntax
C#Visual BasicVisual C++
public string GetDocumentID(
	string vaultidentifier,
	string fullpath
)
Public Function GetDocumentID ( _
	vaultidentifier As String, _
	fullpath As String _
) As String
public:
String^ GetDocumentID(
	String^ vaultidentifier, 
	String^ fullpath
)
Parameters
vaultidentifier (String)
The vault in which the document resides.
fullpath (String)
The full path of the document inside the vault, including the filename.
Return Value
ID of the document (or folder) at the specified path
Remarks

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