Enum MediaItemStates
Defines the different states that a media item can be in
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
[Flags]
public enum MediaItemStates
Fields
| Name | Description |
|---|---|
| AnalyzedAndStored | When metadata has been analyzed and original content has been stored |
| CreatedInCore | Media is created but has no content |
| MediaReadyToUse | Media item is ready to be used |
| MetadataAnalyzed | Metadata has been analyzed and stored |
| MetadataOrganized | DbMetadata has been manually organized and stored |
| OriginalContentStored | The original content of the media item has been stored in the storage |