| CustomerSettingKeyConfigurationMode Field |
This setting is used to put the application in "configuration mode" which is normally only done in a development environment.
Putting the application in "configuration mode" has the following effect:
- Various configuration data are not cached (as it would otherwise be)
- Web pages include full-length javascript files instead of compressed editions
- Temporary db tables with ids are populated in a more debug-friendly way.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic const string ConfigurationMode = "ConfigurationMode"
Field Value
Type:
String
See Also