Search Results for

    Show / Hide Table of Contents

    Class ExportMetadataInfo

    Collected information about a media item, related to metadata export.

    Inheritance
    System.Object
    ExportMetadataInfo
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class ExportMetadataInfo : Object

    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

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022