A property control that creates check boxes with options that are defined in the appSettings section
in web.config. The name of the property should match the key for the app setting.
Namespace:
EPiServer.Web.PropertyControlsAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public class PropertyAppSettingsMultipleControl : PropertySelectMultipleControlBase |
Examples
The settings should be defined like this in web.config:
Inheritance Hierarchy
System..::.Object
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
EPiServer.Web.PropertyControls..::.PropertyDataControl
EPiServer.Web.PropertyControls..::.PropertySelectMultipleControlBase
EPiServer.Web.PropertyControls..::.PropertyAppSettingsMultipleControl
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
EPiServer.Web.PropertyControls..::.PropertyDataControl
EPiServer.Web.PropertyControls..::.PropertySelectMultipleControlBase
EPiServer.Web.PropertyControls..::.PropertyAppSettingsMultipleControl