Table of Contents

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

directory IFileSystemDirectory

The file system directory (by its IFileSystemDirectory abstraction) to load.

Returns

Task<JsonObject>