Class ImageProviderOption
Represents an image provider option
Implements
Inherited Members
Namespace: AdaptiveImages.Providers
Assembly: AdaptiveImages.dll
Syntax
public class ImageProviderOption : IImageProviderOption
Properties
Capabilities
Features supported for this specific image provider option.
Declaration
public ImageProviderOptionCapability Capabilities { get; set; }
Property Value
Type | Description |
---|---|
ImageProviderOptionCapability |
Children
Child options.
Declaration
public IList<IImageProviderOption> Children { get; set; }
Property Value
Type | Description |
---|---|
IList<IImageProviderOption> |
Remarks
Can be used for chained options, or for "subfolders" or equivalent.
DisplayName
Name to display in the user interface.
Declaration
public string? DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Internal ID of the option.
Declaration
public string? Id { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchResultPageSize
Search result page size, if paging should be used for search results.
Declaration
public int? SearchResultPageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
Remarks
If not set, max search result size will be determined by MaxSearchResultSize.