Search Results for

    Show / Hide Table of Contents

    Class MediaItemPopulationQuery

    Defines the population status for the FindMediaItem query

    Inheritance
    System.Object
    MediaItemPopulationQuery
    Implements
    System.ICloneable
    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.Query
    Assembly: ImageVault.Common.dll
    Syntax
    public class MediaItemPopulationQuery : ICloneable

    Constructors

    MediaItemPopulationQuery()

    Initializes a new instance of the MediaItemPopulationQuery class.

    Declaration
    public MediaItemPopulationQuery()

    MediaItemPopulationQuery(MediaItemPopulationQuery)

    Initializes a new instance of the MediaItemPopulationQuery class.

    Declaration
    protected MediaItemPopulationQuery(MediaItemPopulationQuery i)
    Parameters
    Type Name Description
    MediaItemPopulationQuery i

    Properties

    Access

    Get/Sets the Access of the MediaItemPopulationQuery

    Declaration
    public bool Access { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if the Access property of the MediaItem should be populated

    Agreements

    Get/Sets the Agreements of the MediaItemPopulationQuery

    Declaration
    public bool Agreements { get; set; }
    Property Value
    Type Description
    System.Boolean

    CanBeDownloaded

    Get/Sets the CanBeDownloaded of the MediaItemPopulationQuery

    Declaration
    public bool CanBeDownloaded { get; set; }
    Property Value
    Type Description
    System.Boolean

    Categories

    Get/Sets the Categories of the MediaItemPopulationQuery

    Declaration
    public bool Categories { get; set; }
    Property Value
    Type Description
    System.Boolean

    DisableHtml

    True if the Html property should not be populated

    Declaration
    public bool DisableHtml { get; set; }
    Property Value
    Type Description
    System.Boolean

    DuplicateMediaItemId

    Set this if the DuplicateVersionId should be populated.

    Declaration
    [Obsolete("Use DuplicateVersionId instead")]
    public bool DuplicateMediaItemId { get; set; }
    Property Value
    Type Description
    System.Boolean

    DuplicateVersionId

    Set this if the DuplicateVersionId should be populated.

    Declaration
    public bool DuplicateVersionId { get; set; }
    Property Value
    Type Description
    System.Boolean

    Language

    Get/Sets the Language of the MediaItemPopulationQuery

    Declaration
    public string Language { get; set; }
    Property Value
    Type Description
    System.String

    The name of the language in the format "<languagecode2>-<country/regioncode2>".

    MediaFormats

    Get/Sets the MediaFormats of the MediaItemPopulationQuery

    Declaration
    public List<MediaFormatBase> MediaFormats { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MediaFormatBase>

    MediaVersion

    Set this if the MediaVersion should be populated.

    Declaration
    public bool MediaVersion { get; set; }
    Property Value
    Type Description
    System.Boolean

    Metadata

    Get/Sets the Metadata of the MediaItemPopulationQuery

    Declaration
    public List<MetadataQuery> Metadata { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MetadataQuery>

    PublishDetails

    Set this if the PublishInformation should be populated with detailed information

    Declaration
    public bool PublishDetails { get; set; }
    Property Value
    Type Description
    System.Boolean

    PublishIdentifier

    Get/Sets the PublishIdentifier of the MediaItemPopulationQuery

    Declaration
    [Obsolete("Use PublishInfo instead")]
    public string PublishIdentifier { get; set; }
    Property Value
    Type Description
    System.String

    If this is set, all url:s that are created refers to published media

    PublishInfo

    Indicates where the requested media should be used

    Declaration
    public PublishInfo PublishInfo { get; set; }
    Property Value
    Type Description
    PublishInfo

    PublishInformation

    Get/Sets the PublishInformation of the MediaItemPopulationQuery

    Declaration
    public bool PublishInformation { get; set; }
    Property Value
    Type Description
    System.Boolean

    If publish information should be populated or not

    Shared

    Get/Sets the Shared of the MediaItemPopulationQuery

    Declaration
    public bool Shared { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if share information should be included

    StorageInformation

    Get/Sets the DisplayInformation of the MediaItemPopulationQuery

    Declaration
    [Obsolete("Not used any more. Can be removed")]
    public bool StorageInformation { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if the Player data for the conversions should be populated

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public MediaItemPopulationQuery Clone()
    Returns
    Type Description
    MediaItemPopulationQuery

    A new object that is a copy of this instance.

    Explicit Interface Implementations

    ICloneable.Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    object ICloneable.Clone()
    Returns
    Type Description
    System.Object

    A new object that is a copy of this instance.

    Implements

    System.ICloneable

    Extension Methods

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