Click or drag to resize
AbstractImportExportSettingsSetSettings Method
Sets additional settings.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public void SetSettings(
	string settingsKey,
	bool value
)

Parameters

settingsKey
Type: SystemString
Settings key
value
Type: SystemBoolean
Value of the settings
See Also