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 EnabledLanguageFactory

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

Constructors

EnabledLanguageFactory()

Declaration
public EnabledLanguageFactory()

Explicit Interface Implementations

ISelectionFactory.GetSelectListItems(Type)

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

Implements

Extension Methods