Show / Hide Table of Contents

Class AdaptiveImagesController.SearchParameters

Represents arguments when searching for images through Search(SearchParameters).

Inheritance
object
AdaptiveImagesController.SearchParameters
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: AdaptiveImages.Controllers
Assembly: AdaptiveImages.dll
Syntax
public class AdaptiveImagesController.SearchParameters

Properties

Keywords

Keywords to search for.

Declaration
public string? Keywords { get; set; }
Property Value
Type Description
string

OptionIds

Option IDs to use for additional search settings supported by the image provider.

Declaration
public string[]? OptionIds { get; set; }
Property Value
Type Description
string[]

ProviderName

Name of an image provider that supports searching.

Declaration
public string? ProviderName { get; set; }
Property Value
Type Description
string

SearchResultPage

Gets or sets the search result page to display for paged search results, where 1 is the first one.

Declaration
public int? SearchResultPage { get; set; }
Property Value
Type Description
int?

Extension Methods

ImageExtensions.GetCultureSpecificImageAttribute<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
ImageExtensions.GetImageConstraints<TParent>(TParent, string)
ImageExtensions.GetImageConstraints<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetImageRenderSettings<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetImageRenderSettings<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>, FormFactor)
ImageExtensions.GetProportionsConstraint<TParent>(TParent, string)
ImageExtensions.GetProportionsConstraint<TParent>(TParent, string, FormFactor)
ImageExtensions.GetProportionsConstraint<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetRequiredImageAttribute<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
ImageExtensions.GetSizeConstraint<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
☀
☾
In this article
Back to top
Documentation applies to: Adaptive Images 2.x
☀
☾