Click or drag to resize
SynchronizationHelperRemoveExcludedSettingKey Method
Removes given setting key from the excluded keys. For excluded keys synchronization tasks are not logged.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static void RemoveExcludedSettingKey(
	params string[] names
)

Parameters

names
Type: SystemString
Names of the settings key
See Also