Class MediaItemQuery
Implements
Inherited Members
Namespace: ImageVault.Common.Data.Query
Assembly: ImageVault.Common.dll
Syntax
public class MediaItemQuery : IVQuery<MediaItemFilter>, IIVQuery<MediaItemFilter>
Constructors
MediaItemQuery()
Declaration
public MediaItemQuery()
Properties
DefaultMediaUrlBase
This value is obsolete and will be removed in a future release Static properties are no longer used to allow multiple clients with different configurations to work in the same process. If MediaUrlBase is not set when sending it to the Find(MediaItemQuery) method, the ImageVault.Client.Rest.MediaServiceClientProxy class will set it before sending it to the server.
Declaration
[Obsolete("This property is no longer used. If MediaUrlBase is not set, the DefaultMediaUrlBase and DefaultPublishMediaUrlBase of the ClientConfigurationSection will be checked and set accordingly before sending the query to the server")]
public static string DefaultMediaUrlBase { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultPublishMediaUrlBase
This value is obsolete and will be removed in a future release Static properties are no longer used to allow multiple clients with different configurations to work in the same process. If MediaUrlBase is not set when sending it to the Find(MediaItemQuery) method, the ImageVault.Client.Rest.MediaServiceClientProxy class will set it before sending it to the server.
Declaration
[Obsolete("This property is no longer used. If MediaUrlBase is not set, the DefaultMediaUrlBase and DefaultPublishMediaUrlBase of the ClientConfigurationSection will be checked and set accordingly before sending the query to the server")]
public static string DefaultPublishMediaUrlBase { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |