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 AppSettingsOptionsSelectionFactory

Inheritance
System.Object
AppSettingsOptionsSelectionFactory
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.ObjectEditing.EditorDescriptors.SelectionFactories
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[SelectionFactoryRegistration]
public class AppSettingsOptionsSelectionFactory : ISelectionFactory

Constructors

AppSettingsOptionsSelectionFactory()

Declaration
public AppSettingsOptionsSelectionFactory()

AppSettingsOptionsSelectionFactory(AppSettingsOptionsLoader)

Declaration
public AppSettingsOptionsSelectionFactory(AppSettingsOptionsLoader optionsLoader)
Parameters
Type Name Description
AppSettingsOptionsLoader optionsLoader

Properties

AddEmptyOption

Declaration
protected virtual bool AddEmptyOption { get; }
Property Value
Type Description
System.Boolean

Methods

GetSelections(ExtendedMetadata)

Declaration
public IEnumerable<ISelectItem> GetSelections(ExtendedMetadata metadata)
Parameters
Type Name Description
ExtendedMetadata metadata
Returns
Type Description
System.Collections.Generic.IEnumerable<ISelectItem>

Implements

Extension Methods