Class ExportMetadataInfo
Collected information about a media item, related to metadata export.
Inheritance
System.Object
ExportMetadataInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class ExportMetadataInfo
Constructors
ExportMetadataInfo()
Declaration
public ExportMetadataInfo()
ExportMetadataInfo(ExportMetadataInfo)
Declaration
public ExportMetadataInfo(ExportMetadataInfo info)
Parameters
Type | Name | Description |
---|---|---|
ExportMetadataInfo | info |
Properties
Categories
The media items categories
Declaration
public List<string> Categories { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
DateAdded
Date of import to ImageVault
Declaration
public long DateAdded { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ExportType
The export type to use
Declaration
public ExportMetadataTypes ExportType { get; set; }
Property Value
Type | Description |
---|---|
ExportMetadataTypes |
MediaItemId
Media item ID
Declaration
public int MediaItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Metadata
The media items collected user-metadata
Declaration
public List<Metadata> Metadata { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Metadata> |
Name
Name of the media
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VaultName
Name of vault
Declaration
public string VaultName { get; set; }
Property Value
Type | Description |
---|---|
System.String |