|
||
If you are not familiar with database table data management through Info and Provider classes, we strongly recommend that you refer to the Database table API topic first.
|
Please note
The classes of the Forums module can be found in the CMS.Forums namespace. |
•ForumGroupInfo - represents one forum group object.
•ForumGroupInfoProvider - provides management functionality for forum groups.
•ForumInfo - represents one forum object.
•ForumInfoProvider - provides management functionality for forums.
•ForumPostInfo - represents one forum post.
•ForumPostInfoProvider - provides management functionality for forum posts.
•ForumModeratorInfo - represents a relationship between a user and a forum, indicating that the user is the forum's moderator.
•ForumModeratorInfoProvider - provides management functionality for user-forum moderator relationships.
•ForumRoleInfo - represents a relationship between a forum, role and permission.
•ForumRoleInfoProvider - provides management functionality for forum-role relationships.
•ForumSubscriptionInfo - represents a subscription of a user to a forum.
•ForumSubscriptionInfoProvider - provides management functionality for forum subscriptions.
•ForumAttachmentInfo - represents one forum post attachment.
•ForumAttachmentInfoProvider - provides management functionality for forum post attachments.
•ForumUserFavoritesInfo - represents a relationship between a user and a forum or post marked as favorite.
•ForumUserFavoritesInfoProvider - provides management functionality for forum favorites.
•ForumContext - provides forum‑related information for the current user.