SaaS CMS has officially launched! Learn more now.

Class MultipleOptionsListSettings

Settings for the predefiened option lists properties.

Inheritance
System.Object
MultipleOptionsListSettings
Implements
Namespace: EPiServer.Web.PropertyControls.PropertySettings
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public class MultipleOptionsListSettings : PropertySettingsBase, IPropertySettings

Constructors

MultipleOptionsListSettings()

Declaration
public MultipleOptionsListSettings()

Properties

ListOptions

Gets or sets the values of the options.

Declaration
public Dictionary<string, string> ListOptions { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>

The values of the options.

Methods

GetDefaultValues()

Gets the default value.

Declaration
public override IPropertySettings GetDefaultValues()
Returns
Type Description
IPropertySettings

Programmatically determined default values

Overrides

Implements

Extension Methods