|
IDirectoryBrowserOperationsLoadDirectories Method
|
Retrieves list of directories from specified rootFolder.
Namespace: GSF.Web.Model.HubOperationsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.246-beta
SyntaxIEnumerable<string> LoadDirectories(
string rootFolder,
bool showHidden
)
Function LoadDirectories (
rootFolder As String,
showHidden As Boolean
) As IEnumerable(Of String)
IEnumerable<String^>^ LoadDirectories(
String^ rootFolder,
bool showHidden
)
abstract LoadDirectories :
rootFolder : string *
showHidden : bool -> IEnumerable<string>
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