Click or drag to resize
SettingsCategoryInfoCategoryIsGroup Property
Indicates if category represents group. True -> It is a settings group, False -> It is a settings category.

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

Property Value

Type: Boolean
See Also