Interface IMultipleOptionsListSettingsUI

Interface used to connect the multiple options ui user control in the UI with the property control in the EPiServer core.

Namespace: EPiServer.Web.PropertyControls.PropertySettings
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public interface IMultipleOptionsListSettingsUI

Properties

Settings

Gets or sets the property settings.

Declaration
MultipleOptionsListSettings Settings { get; set; }
Property Value
Type Description
MultipleOptionsListSettings

The property settings.

Methods

GetUpdatedOptions()

Gets the updated dictionary of options.

Declaration
Dictionary<string, string> GetUpdatedOptions()
Returns
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>

A dictionary containing name and value of the options.

Extension Methods