SaaS CMS has officially launched! Learn more now.

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