Click or drag to resize
IObjectSelectorController Interface
Represents the contract for a controller that provides data for the selector's client side.

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

The IObjectSelectorController type exposes the following members.

Methods
  NameDescription
Public methodGetItems
Gets the collection of objects available for selection.
Top
See Also