Click or drag to resize
IObjectSelectorPropertiesBase Interface
The base object selector properties interface that is common for all selectors that leverage the object selector user interface.

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

The IObjectSelectorPropertiesBase type exposes the following members.

Properties
  NameDescription
Public propertyMaxItemsLimit
Configures the maximum number of items allowed to be selected.
  • 0 - unlimited items;
  • N - at most N items.
Default value is 1.
Top
See Also