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 the database table data management by Info and Provider classes, we strongly recommend that you refer to the Database table API topic first.

 

 

 

Please note

 

The Message boards module classes use the CMS.MessageBoard namespace.

 

 

Board_Board table API:

 

BoardInfo - represents one message board.

BoardBoardInfoProvider - provides management of message boards.

 

Board_Message table API:

 

BoardMessageInfo - represents one message.

BoardMessageInfoProvider - provides management of messages.

 

Board_Subscription table API:

 

BoardSubscriptionInfo - represents one message board subscription.

BoardSubscriptionInfoProvider - provides management of message board subscriptions.

 

Board_Role table API:

 

BoardRoleInfo - represents a relationship between one role and one message board expressing that a particular role is allowed to add comments to a particular board.

BoardRoleInfoProvider - provides management of relationships between roles and message boards.

 

Board_Moderator table API:

 

BoardModeratorInfo - represents a relationship between one user and one message board expressing that a particular user can moderate messages of a particular message board.

BoardModeratorInfoProvider - provides management of relationships between moderators and message boards.