Click or drag to resize
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.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public bool CheckExisting { get; set; }

Property Value

Type: Boolean
See Also