Class AdaptiveImagesController.SearchParameters
Represents arguments when searching for images through Search(SearchParameters).
Inherited Members
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? |