| C1.Web.Api.Storage Namespace : StorageProviderManager Class | 
The following tables list the members exposed by StorageProviderManager.
| Name | Description | |
|---|---|---|
![]() ![]()  | Current | Gets the StorageProviderManager instance. | 
![]()  | Items | Gets the map of the items which are maintained. (Inherited from C1.Web.Api.Configuration.Manager<IStorageProvider>) | 
| 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>) |