Click or drag to resize

SettingControllerSaveCustomerSetting Method (CustomerSetting)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual void SaveCustomerSetting(
	CustomerSetting setting
)

Parameters

setting
Type: Omada.OE.ModelCustomerSetting
It is only when saving a new customer setting that it is possible to set the Name, Description, Category and Type. When saving an existing customer setting it is only possible to change the Value.
See Also