Click or drag to resize
ObjectTypeInfoIsDataObjectType Property
Indicates if the object is dynamic based on data in the DB (e.g. custom table item or biz form item object types).

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

Property Value

Type: Boolean
See Also