SiteImportSettingsImportOnlyNewObjects Property |
If true, only new objects (including new children and bindings) are imported and already existing objects are not updated with the package data.
This setting is useful especially when importing data from web template which may contain additional child objects but should not overwrite already customized data.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 10.0.0
Syntax public bool ImportOnlyNewObjects { get; set; }
Property Value
Type:
BooleanSee Also