Try our conversational search powered by Generative AI!

Class InputMultipleOptionsList

Class used to input settings for the drop down list property

Inheritance
System.Object
InputMultipleOptionsList
Implements
Namespace: EPiServer.Web.PropertyControls.PropertySettings
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class InputMultipleOptionsList : PropertySettingsControlBase, IPropertySettingsUI

Constructors

InputMultipleOptionsList()

Declaration
public InputMultipleOptionsList()

Methods

LoadSettingsUI(IPropertySettings)

Stores the property settings in the local Settings property.

Declaration
public override void LoadSettingsUI(IPropertySettings propertySettings)
Parameters
Type Name Description
IPropertySettings propertySettings

The property settings object.

Overrides

OnLoad(EventArgs)

Raises the System.Web.UI.Control.Load event.

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

The System.EventArgs object that contains the event data.

UpdateSettings(IPropertySettings)

Loads the values from the input control into the property settings object.

Declaration
public override void UpdateSettings(IPropertySettings propertySettings)
Parameters
Type Name Description
IPropertySettings propertySettings

The property settings.

Overrides

Implements

Extension Methods