SettingsKeyInfoProviderSetGlobalValue Method |
Sets the value of the global key if the key exists.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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