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