Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<ExtraColumn> Extends { get; set; }

Property Value

Type: IEnumerableExtraColumn
Remarks
If possible, use the DependsOn property to define the reference directly in the type info of the related object type.
See Also