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