[]
        
(Showing Draft Content)

C1.Web.Api.Storage.IStorageProvider

IStorageProvider Interface

The base class of the storage provider.

Namespace: C1.Web.Api.Storage
Assembly: C1.AspNetCore.Api.dll
Syntax
public interface IStorageProvider
Public Interface IStorageProvider

Methods

Name Description
GetDirectoryStorage(string, NameValueCollection)

Gets the IDirectoryStorage with specified name and arguments.

GetFileStorage(string, NameValueCollection)

Gets the IFileStorage with specified name and arguments.