|
DirectoryBrowserOperationsLoadDirectories Method
|
Retrieves list of directories from specified rootFolder.
Namespace: GSF.Web.Model.HubOperationsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.246-beta
Syntaxpublic static IEnumerable<string> LoadDirectories(
string rootFolder,
bool showHidden
)
Public Shared Function LoadDirectories (
rootFolder As String,
showHidden As Boolean
) As IEnumerable(Of String)
public:
static IEnumerable<String^>^ LoadDirectories(
String^ rootFolder,
bool showHidden
)
static member LoadDirectories :
rootFolder : string *
showHidden : bool -> IEnumerable<string>
GSF.Web.Model.HubOperations.DirectoryBrowserOperations.LoadDirectories = function(rootFolder, showHidden);
View SourceParameters
- 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