Click or drag to resize
SettingsKeyInfoProviderSetGlobalValue Method
Sets the value of the global key if the key exists.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static void SetGlobalValue(
	string keyName,
	Object value,
	bool logSynchronization = true
)

Parameters

keyName
Type: SystemString
Key name for global setting
value
Type: SystemObject
Key value
logSynchronization (Optional)
Type: SystemBoolean
If true, synchronization task is logged
See Also