Interface IDirectoryToObjectLoader
- Namespace
- DirectoryToObject
- Assembly
- DirectoryToObject.dll
Interface implemented by directory (to object) loaders.
public interface IDirectoryToObjectLoader
Remarks
See also the extension methods in the DirectoryToObjectLoaderExtensions class.
Methods
LoadDirectoryIntoJsonObjectAsync(IFileSystemDirectory)
Load the given directory abstraction into a JSON object.
Task<JsonObject> LoadDirectoryIntoJsonObjectAsync(IFileSystemDirectory directory)
Parameters
directoryIFileSystemDirectoryThe file system directory (by its IFileSystemDirectory abstraction) to load.