IDirectoryContents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a directory's content in the file provider.
public interface class IDirectoryContents : System::Collections::Generic::IEnumerable<Microsoft::Extensions::FileProviders::IFileInfo ^>
public interface IDirectoryContents : System.Collections.Generic.IEnumerable<Microsoft.Extensions.FileProviders.IFileInfo>
type IDirectoryContents = interface
interface seq<IFileInfo>
interface IEnumerable
Public Interface IDirectoryContents
Implements IEnumerable(Of IFileInfo)
- Derived
- Implements
Properties
| Exists |
True if a directory was located at the given path. |
Methods
| GetEnumerator() |
Returns an enumerator that iterates through a collection. (Inherited from IEnumerable) |
Extension Methods
| CopyToDataTable<T>(IEnumerable<T>) |
Returns a DataTable that contains copies of the DataRow objects, given an input IEnumerable<T> object where the generic parameter |
| CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption) |
Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter |
| CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler) |
Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter |