C1.Web.Api.Storage Namespace : StorageProviderManager Class |
For a list of all members of this type, see StorageProviderManager members.
Name | Description | |
---|---|---|
Add | Add item with the key to the manager. (Inherited from C1.Web.Api.Configuration.Manager<IStorageProvider>) | |
Contains | Gets a boolean value which indicates whether the key exists in the manager. (Inherited from C1.Web.Api.Configuration.Manager<IStorageProvider>) | |
Get | Gets the instance which is mapped to the specified key. (Inherited from C1.Web.Api.Configuration.Manager<IStorageProvider>) | |
GetDirectoryStorage | Gets the IDirectoryStorage with specified path and arguments. | |
GetFileStorage | Gets the IFileStorage with specified path and arguments. | |
GetProvider | Gets the IStorageProvider with the specified path. | |
Remove | Remove the item with the specified key. (Inherited from C1.Web.Api.Configuration.Manager<IStorageProvider>) | |
TryGet | Try to get the instance which is mapped to the specified key. (Inherited from C1.Web.Api.Configuration.Manager<IStorageProvider>) |