Click or drag to resize
ImportExportHelperAddExcludedSettingKey Method
Adds given setting key(s) to the excluded keys. Excluded keys are not exported nor imported.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void AddExcludedSettingKey(
	params string[] names
)

Parameters

names
Type: SystemString
Names of the settings key
See Also