NetServer FeatureToggles element
Some tooltip text!
• Less than 1 minute to read
• Less than 1 minute to read
Configuration values for feature toggles.
<FeatureToggles>
<State>
<add key="NewFeature" value="True" />
</State>
</FeatureToggles>
| Name | Description |
|---|---|
| State | Contains key/value (feature name/true or false) pair elements that represent the features to toggle. |
- See the NetServer Core reference for details about handling this programmatically.
- See the SuperOffice.FeatureToggles.dll assembly for definitions. Toggles not mentioned there will be OFF.