Click or drag to resize
ConnectionGetFolderNames Method
Returns a variant array of all subfolders names that are located under the specified folder path.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntax
public Object GetFolderNames(
	string vaultidentifier,
	string folderpath = "\"
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the folder resides.
folderpath (Optional)
Type: SystemString
Optional. Path of the folder. By default it is the root of the vault.

Return Value

Type: Object
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.
See Also