Click or drag to resize
FieldBaseFieldTypeExternal Property
Indicates if field is external, if so it represents column from another table which is included in CMS_Tree_View_Joined (CMS_Document, CMS_Node, ...).

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

Property Value

Type: Boolean

Implements

IFieldExternal
See Also