Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class DisplayChannelSelectionFactory

SelectionFactory to get all available display channels

Inheritance
System.Object
DisplayChannelSelectionFactory
Implements
Namespace: EPiServer.VisitorGroupsCriteriaPack
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3
Syntax
public class DisplayChannelSelectionFactory : Object, ISelectionFactory

Constructors

DisplayChannelSelectionFactory()

Declaration
public DisplayChannelSelectionFactory()

Explicit Interface Implementations

ISelectionFactory.GetSelectListItems(Type)

Declaration
IEnumerable<SelectListItem> ISelectionFactory.GetSelectListItems(Type propertyType)
Parameters
Type Name Description
System.Type propertyType
Returns
Type Description
System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem>

Implements

Extension Methods