Click or drag to resize
ImportExportSettingsAlwaysCheckExisting Property
If true, the import process always checks the existing object when importing this object type. Use for object types that may be automatically created by another object type during import, such as automatically created scheduled tasks for recalculation etc.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool AlwaysCheckExisting { get; set; }

Property Value

Type: Boolean
See Also