Click or drag to resize
IGeneralSelectorDataProvider Interface
Defines the contract that provides the general selector data.

Namespace: Kentico.Components.Web.Mvc.FormComponents
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IGeneralSelectorDataProvider

The IGeneralSelectorDataProvider type exposes the following members.

Methods
  NameDescription
Public methodGetItemsAsync
Returns paged items that will be displayed in the general selector drop down list.
Public methodGetSelectedItems
Transforms the selected values collection into the selector items (value/text) collection.
Top
See Also