Click or drag to resize

DirectoryBrowserOperationsLoadDirectories Method

Retrieves list of directories from specified rootFolder.

Namespace: GSF.Web.Model.HubOperations
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static IEnumerable<string> LoadDirectories(
	string rootFolder,
	bool showHidden
)
View Source

Parameters

rootFolder  String
Folder to load directories from.
showHidden  Boolean
true to show hidden directories; otherwise, false.

Return Value

IEnumerableString
List of directories from specified rootFolder.
See Also