AbstractImportExportSettingsSetSettings Method |
Sets additional settings.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax public void SetSettings(
string settingsKey,
bool value
)
Parameters
- settingsKey
- Type: SystemString
Settings key - value
- Type: SystemBoolean
Value of the settings
See Also