A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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