| SettingControllerSaveAppSettings Method (ListAppSetting) |
Saves app settings in the database.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic void SaveAppSettings(
List<AppSetting> settings
)
Parameters
- settings
- Type: System.Collections.GenericListAppSetting
The app settings.
See Also