Kentico CMS 7.0 Developer's Guide

API classes

API classes

Previous topic Next topic Mail us feedback on this topic!  

API classes

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

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.

 

Forums_ForumGroup table API:

 

ForumGroupInfo - represents one forum group object.

ForumGroupInfoProvider - provides management functionality for forum groups.

 

Forums_Forum table API:

 

ForumInfo - represents one forum object.

ForumInfoProvider - provides management functionality for forums.

 

Forums_ForumPost table API:

 

ForumPostInfo - represents one forum post.

ForumPostInfoProvider - provides management functionality for forum posts.

 

Forums_ForumModerator table API:

 

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.

 

Forums_ForumRoles table API:

 

ForumRoleInfo - represents a relationship between a forum, role and permission.

ForumRoleInfoProvider - provides management functionality for forum-role relationships.

 

Forums_ForumSubscription table API:

 

ForumSubscriptionInfo - represents a subscription of a user to a forum.

ForumSubscriptionInfoProvider - provides management functionality for forum subscriptions.

 

Forums_Attachment table API:

 

ForumAttachmentInfo - represents one forum post attachment.

ForumAttachmentInfoProvider - provides management functionality for forum post attachments.

 

Forums_UserFavorites table API:

 

ForumUserFavoritesInfo - represents a relationship between a user and a forum or post marked as favorite.

ForumUserFavoritesInfoProvider - provides management functionality for forum favorites.

 

Other classes:

 

ForumContext - provides forum‑related information for the current user.