Search Results for

    Show / Hide Table of Contents

    Class OriginalMediaInformationRequest

    Request parameters for the GenerateOriginalMediaInformation(OriginalMediaInformationRequest) method

    Inheritance
    System.Object
    MediaInformationGeneratorRequestBase
    OriginalMediaInformationRequest
    Inherited Members
    MediaInformationGeneratorRequestBase.Reference
    MediaInformationGeneratorRequestBase.PublishInfo
    MediaInformationGeneratorRequestBase.CorePublishInfo
    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.Core.Common.Analysers
    Assembly: ImageVault.Core.dll
    Syntax
    public class OriginalMediaInformationRequest : MediaInformationGeneratorRequestBase

    Constructors

    OriginalMediaInformationRequest()

    Declaration
    public OriginalMediaInformationRequest()

    Properties

    MediaStorage

    Get/Sets the MediaStorage of the OriginalMediaInformationRequest

    Declaration
    public IMediaStorage MediaStorage { get; set; }
    Property Value
    Type Description
    IMediaStorage

    Metadata

    Get/Sets the Metadata of the OriginalMediaInformationRequest

    Declaration
    public IList<DbMetadata> Metadata { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<DbMetadata>
    In This Article
    Back to top (c) Meriworks 2002-2022