Class MultipleOptionsListSettings
Settings for the predefiened option lists properties.
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.Cms.AspNet.dll
Version: 11.20.7Syntax
[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 |