Click or drag to resize

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
Syntax
C#
public void SaveAppSettings(
	List<AppSetting> settings
)

Parameters

settings
Type: System.Collections.GenericListAppSetting
The app settings.
See Also