Class MediaItemQuery
Implements
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 |