| 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: 9.0.0
Syntaxpublic static void AddExcludedSettingKey(
	params string[] names
)
Parameters
- names
 - Type: SystemString
Names of the settings key 
See Also