FileSystemPropertiesJsonServiceCollectionExtensions

Namespace: Proffer.Storage

Microsoft.Extensions.DependencyInjection.IServiceCollection extension methods.

public static class FileSystemPropertiesJsonServiceCollectionExtensions

Inheritance ObjectFileSystemPropertiesJsonServiceCollectionExtensions

Methods

AddFileSystemExtendedProperties(IServiceCollection, Action<FileSystemPropertiesJsonOptions>)

Registers a File System extended properties provider that stores it in JSON files.

public static IServiceCollection AddFileSystemExtendedProperties(IServiceCollection services, Action<FileSystemPropertiesJsonOptions> configure)

Parameters

services IServiceCollection
The service collection.

configure Action<FileSystemPropertiesJsonOptions>
The action to configure options.

Returns

IServiceCollection

        The service collection.