Click or drag to resize
ObjectSelectorComponentBaseTProperties, TSelectorItemGetSelectedListItems Method
Returns selected objects as list items.

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 abstract IEnumerable<SelectListItem> GetSelectedListItems()

Return Value

Type: IEnumerableSelectListItem

Implements

IObjectSelectorComponentBaseTProperties, TSelectorItemGetSelectedListItems
See Also