SynchronizationHelperAddExcludedSettingKey Method |
Adds given setting key to the excluded keys. For excluded keys synchronization tasks are not logged.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax public static void AddExcludedSettingKey(
params string[] names
)
Parameters
- names
- Type: SystemString
Names of the settings key
See Also