Click or drag to resize
ObjectTypeInfoIsCategory Property
Indicates whether the object type represents a category for organizing other objects in a tree hierarchy (for example web part categories). The default value is false.

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

Property Value

Type: Boolean
See Also