Enum MediaStorageFeature
Different features available for the storage
Namespace: ImageVault.Core.Common.Storage
Assembly: ImageVault.Core.dll
Syntax
public enum MediaStorageFeature
Fields
| Name | Description |
|---|---|
| CanDeleteContent | If it is possible to delete items from the storage |
| CanReadBinaryContent | Checks if the storage can deliver Binary content data |
| StoreFromUrl | Supports calling StoreMedia with an ExternalContent (only url is supplied) |