[]
        
(Showing Draft Content)

C1.Web.Api.Storage.DiskStorageProvider

DiskStorageProvider Class

The disk storage provider.

Inheritance
DiskStorageProvider
Implements
Namespace: C1.Web.Api.Storage
Assembly: C1.Web.Api.dll
Syntax
public class DiskStorageProvider : IStorageProvider

Constructors

Name Description
DiskStorageProvider(string)

Creates a DiskStorageProvider with disk path which is used as the root path.

Properties

Name Description
Root

Gets the disk path which is used as the root path.

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.