[]
The disk storage provider.
public class DiskStorageProvider : IStorageProvider
| Name | Description |
|---|---|
| DiskStorageProvider(string) | Creates a DiskStorageProvider with disk path which is used as the root path. |
| Name | Description |
|---|---|
| Root | Gets the disk path which is used as the root path. |
| Name | Description |
|---|---|
| GetDirectoryStorage(string, NameValueCollection) | Gets the IDirectoryStorage with specified name and arguments. |
| GetFileStorage(string, NameValueCollection) | Gets the IFileStorage with specified name and arguments. |