|
IDirectoryBrowserOperationsLoadDirectories Method
|
Retrieves list of directories from specified rootFolder.
Namespace: GSF.Web.Model.HubOperationsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax function LoadDirectories(rootFolder, showHidden);
Parameters
- rootFolder String
- Folder to load directories from.
- showHidden Boolean
- true to show hidden directories; otherwise, false.
Return Value
IEnumerableStringList of directories from specified
rootFolder.
See Also