Click or drag to resize
FieldBaseFieldTypeIsInherited Property
If true, the field is inherited from parent class.

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

Property Value

Type: Boolean

Implements

IFieldIsInherited
See Also