Forum groups
The forums in Sitefinity CMS are placed in forum groups. The groups are used to categorize the forums by their theme or any other criteria.
The forum groups are represented by the Telerik.Sitefinity.Forums.Model.ForumGroup class. It exposes the following specific properties:
- Description
Gets or sets the description of the forum group.
- Ordinal
Gets or sets the ordinal of the forum group. The ordinal is used to order the forum groups in the UI.
- Title
Gets or sets the title of the forum group.