ObjectTypeInfoExtends Property |
List of ExtraColumn instances that extend other object types by defining a reference (foreign key) pointing to this object type.
Allows the system to maintain referential integrity of relationships when importing or staging objects, or perform chain deleting of objects together with referenced objects.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax Remarks
If possible, use the
DependsOn property to define the reference directly in the type info of the related object type.
See Also