Click or drag to resize
FieldBase<FieldType>.IsDummyField Property
Indicates that field has no representation in database.

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

Property Value

Type: Boolean

Implements

IField.IsDummyField
See Also