Click or drag to resize
ObjectTypeInfoExtends Property
List of columns which which this object extends other objects as a foreign key.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public List<ExtraColumn> Extends { get; set; }

Property Value

Type: ListExtraColumn
See Also