Method GetChildDirectoriesInfo
GetChildDirectoriesInfo(SearchOptions?)
Gets info for the child directories that reside in this directory and match the specified search options.
Declaration
IEnumerable<CachedDirectoryInfo> GetChildDirectoriesInfo(SearchOptions? options = null)
Parameters
Returns
GetChildDirectoriesInfo(string, SearchOptions?)
Gets info for the child directories that reside in this directory and match the specified search pattern and search options.
Declaration
IEnumerable<CachedDirectoryInfo> GetChildDirectoriesInfo(string searchPattern, SearchOptions? options = null)
Parameters
Returns