Try our conversational search powered by Generative AI!

Interface ISelectionFactory

Common inferface for selection factories

Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
public interface ISelectionFactory

Methods

GetSelectListItems(Type)

Gets the select list items.

Declaration
IEnumerable<SelectListItem> GetSelectListItems(Type propertyType)
Parameters
Type Name Description
System.Type propertyType

The property.

Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.Mvc.SelectListItem>

Extension Methods