Search Results for

    Show / Hide Table of Contents

    Class MediaItemQuery

    Inheritance
    System.Object
    IVQuery<MediaItemFilter>
    MediaItemQuery
    Implements
    IIVQuery<MediaItemFilter>
    Inherited Members
    IVQuery<MediaItemFilter>.Filter
    IVQuery<MediaItemFilter>.IgnoreClientCache
    Namespace: ImageVault.Common.Data.Query
    Assembly: ImageVault.Common.dll
    Syntax
    public class MediaItemQuery : IVQuery<MediaItemFilter>, IIVQuery<MediaItemFilter>

    Constructors

    MediaItemQuery()

    Declaration
    public MediaItemQuery()

    Properties

    MediaUrlBase

    Get/Sets the MediaUrlBase of the MediaItemQuery

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

    If null the client proxy class will inspect the configuration and use either the DefaultMediaUrlBase or DefaultPublishedMediaUrlBase depending on if PublishInfo is set or not. If System.String.Empty is used, the core address will be used. All other values will use the supplied value.

    Populate

    Get/Sets the Populate of the MediaItemQuery

    Declaration
    public MediaItemPopulationQuery Populate { get; set; }
    Property Value
    Type Description
    MediaItemPopulationQuery

    Implements

    IIVQuery<TFilter>

    Extension Methods

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