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