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

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