Click or drag to resize

GlobalSettingHelperUpdateSetting Method (String, String)

Updates the setting.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static bool UpdateSetting(
	string settingName,
	string settingValue
)

Parameters

settingName
Type: SystemString
Name of the setting.
settingValue
Type: SystemString
The setting value.

Return Value

Type: Boolean
true if update was suffessfull, otherwise false.
See Also