Class MediaItemStates
Defines the different states that a media item can be in
Inheritance
System.Object
MediaItemStates
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public sealed class MediaItemStates : Enum
Fields
AnalyzedAndStored
When metadata has been analyzed and original content has been stored
Declaration
public const MediaItemStates AnalyzedAndStored
Field Value
Type | Description |
---|---|
MediaItemStates |
CreatedInCore
Media is created but has no content
Declaration
public const MediaItemStates CreatedInCore
Field Value
Type | Description |
---|---|
MediaItemStates |
MediaReadyToUse
Media item is ready to be used
Declaration
public const MediaItemStates MediaReadyToUse
Field Value
Type | Description |
---|---|
MediaItemStates |
MetadataAnalyzed
Metadata has been analyzed and stored
Declaration
public const MediaItemStates MetadataAnalyzed
Field Value
Type | Description |
---|---|
MediaItemStates |
MetadataOrganized
DbMetadata has been manually organized and stored
Declaration
public const MediaItemStates MetadataOrganized
Field Value
Type | Description |
---|---|
MediaItemStates |
OriginalContentStored
The original content of the media item has been stored in the storage
Declaration
public const MediaItemStates OriginalContentStored
Field Value
Type | Description |
---|---|
MediaItemStates |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |