App Features
Create sets of Configuration items, wrapped in a Feature that can be turned on and off in the App instance Features menu.
- Name – shown in App instance Features menu
- Description (Optional) – shown in App instance Features menu
- Code identifier – code representation of the feature
After you create a Feature, you can press the Edit configuration link to create Configuration items
for that Feature.
Find out if a Feature is turned on in code like this:
App.Features.MyFeature.IsEnabled
Access related Config items like this:
App.Features.MyFeature.Config.MyConfigItem