Connection GetFolderNames Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Returns a variant array of all subfolders names that are located under the specified folder path.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax

public Object GetFolderNames(
	string vaultidentifier,
	string folderpath = "\"
)

Parameters

vaultidentifier
Type: OnlineSystem String
The vault in which the folder resides.
folderpath (Optional)
Type: OnlineSystem 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.
See Also