BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > GetFolderNames(String, String)
GetFolderNames Method (vaultidentifier, folderpath)
Returns a variant array of all subfolders names that are located under the specified folder path.
Declaration Syntax
C#Visual BasicVisual C++
public Object GetFolderNames(
	string vaultidentifier,
	string folderpath
)
Public Function GetFolderNames ( _
	vaultidentifier As String, _
	folderpath As String _
) As Object
public:
Object^ GetFolderNames(
	String^ vaultidentifier, 
	String^ folderpath
)
Parameters
vaultidentifier (String)
The vault in which the folder resides.
folderpath (String)
Optional. Path of the folder. By default it is the root of the vault.
Return Value
Array where each element contains a name of a subfolder that is a child of the specified one.
Remarks
Was incorrect in the VB6 version. Did not close repository.

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