London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class MultipleOptionsListSettings

Settings for the predefiened option lists properties.

Inheritance
System.Object
MultipleOptionsListSettings
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.Web.PropertyControls.PropertySettings
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[PropertySettingsUI(typeof(InputMultipleOptionsList))]
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