Click or drag to resize
ObjectTypeInfoDeleteObjectWithAPI Property
If true, the object is always deleted using API methods in the remove dependencies phase, not the generated queries. Use for objects where additional actions are performed during deletion. Default is false.

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

Property Value

Type: Boolean
See Also