Click or drag to resize
SynchronizationHelperGetExcludedSettingKeys Method
Returns set of excluded setting key names. Can return null if there are no excluded keys.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static HashSet<string> GetExcludedSettingKeys()

Return Value

Type: HashSetString
See Also