Table of Contents

Interface IDropDownOptionsProvider

Namespace
Kentico.Xperience.Admin.Base.FormAnnotations
Assembly
Kentico.Xperience.Admin.Base.Shared.dll

Interface for a class providing drop-down option items for a specific drop-down component.

public interface IDropDownOptionsProvider
Extension Methods

Methods

GetOptionItems()

Provides the option items for a specific drop-down component.

Task<IEnumerable<DropDownOptionItem>> GetOptionItems()

Returns

Task<IEnumerable<DropDownOptionItem>>

Enumerable of DropDownOptionItem.