Click or drag to resize
ObjectTypeInfoCheckDependenciesOnDelete Property
If true, the CheckDependencies procedure is first called within the remove dependencies procedure and if there are some, the remove dependencies procedure throws and exception and does not continue.

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

Property Value

Type: Boolean
See Also