Class MediaQueryData
Data to get media in media reference or media reference list
Inheritance
System.Object
MediaQueryData
Namespace: ImageVault.EPiServer
Assembly: ImageVault.EPiServer.dll
Syntax
public class MediaQueryData : Object
Constructors
MediaQueryData()
Declaration
public MediaQueryData()
Properties
Client
Client to use to get media
Declaration
public Client Client { get; set; }
Property Value
Type | Description |
---|---|
Client |
CurrentPage
Current page data
Declaration
public PageData CurrentPage { get; set; }
Property Value
Type | Description |
---|---|
EPiServer.Core.PageData |
GroupId
Group id for grouping media usages
Declaration
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PropertyName
Name of property
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PropertySettings
Property settings
Declaration
public PropertyMediaSettings PropertySettings { get; set; }
Property Value
Type | Description |
---|---|
PropertyMediaSettings |
UseSdkClient
If SDK client should be used for public URLs (User is not logged in or page is pending to be published)
Declaration
public bool UseSdkClient { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |