ObjectTypeInfoCheckDependenciesOnDelete Property |
If true, the system prevents objects of the type from being deleted if they are the target of a required reference for at least one other object in the system.
Applies to object types that are the target of a Required type reference from another object type.
The CheckDependencies procedure is first called within the remove dependencies procedure and if there are some, the remove dependencies procedure
throws an exception and does not continue.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public bool CheckDependenciesOnDelete { get; set; }
Property Value
Type:
BooleanSee Also