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

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

Return Value

Type: HashSetString
See Also