Click or drag to resize

UpdateActionArgsAddOrUpdateCustomerSetting Method

Adds or updates a customer setting.

Namespace:  Omada.OE.AppLogic.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void AddOrUpdateCustomerSetting(
	string key,
	string name,
	string description,
	Object value,
	string category,
	Nullable<AppSettingType> type = null,
	bool isPublic = false,
	bool platformAdminsOnly = false,
	bool updateValueWhenSettingExists = false
)

Parameters

key
Type: SystemString
name
Type: SystemString
description
Type: SystemString
value
Type: SystemObject
Must be a: string, int, DateTime or bool
category
Type: SystemString
Tip: use a constant from CustomerSettingCategory for this
type (Optional)
Type: SystemNullableAppSettingType
isPublic (Optional)
Type: SystemBoolean
platformAdminsOnly (Optional)
Type: SystemBoolean
updateValueWhenSettingExists (Optional)
Type: SystemBoolean

Return Value

Type: 
See Also