| ImportExportHelperRemoveExcludedSettingKey Method  | 
            Removes given setting key(s) from the excluded keys. Excluded keys are not exported nor imported.
            
 
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntaxpublic static void RemoveExcludedSettingKey(
	params string[] names
)
Parameters
- names
 - Type: SystemString
Names of the settings key 
See Also