A property 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.SpecializedPropertiesAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[SerializableAttribute] [PageDefinitionTypePlugInAttribute] public class PropertyAppSettingsMultiple : PropertyMultipleValue |
Examples
The settings should be defined like this in web.config:
Inheritance Hierarchy
System..::.Object
EPiServer.Core..::.PropertyData
EPiServer.Core..::.PropertyString
EPiServer.Core..::.PropertyMultipleValue
EPiServer.SpecializedProperties..::.PropertyAppSettingsMultiple
EPiServer.Core..::.PropertyData
EPiServer.Core..::.PropertyString
EPiServer.Core..::.PropertyMultipleValue
EPiServer.SpecializedProperties..::.PropertyAppSettingsMultiple