ImportExportHelper.AddExcludedSettingKey Method |
Adds given setting key(s) to the excluded keys. Excluded keys are not exported nor imported.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax public static void AddExcludedSettingKey(
params string[] names
)
Parameters
- names
- Type:System.String[]
Names of the settings key
See Also