ImportParametersCheckExisting Property |
If true, the import process should check the existing object, otherwise it should import the object always as a new object.
Not checking existing objects when not necessary improves import performance.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public bool CheckExisting { get; set; }
Property Value
Type:
BooleanSee Also