A property that creates a drop down list 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: 6.0.530.0
Syntax
| C# |
|---|
[SerializableAttribute] [PageDefinitionTypePlugInAttribute] public class PropertyAppSettings : PropertyString |
Examples
The settings should be defined like this in web.config:
Inheritance Hierarchy
System..::.Object
EPiServer.Core..::.PropertyData
EPiServer.Core..::.PropertyString
EPiServer.SpecializedProperties..::.PropertyAppSettings
EPiServer.Core..::.PropertyData
EPiServer.Core..::.PropertyString
EPiServer.SpecializedProperties..::.PropertyAppSettings