Kentico CMS 6.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 Groups module can be found in the CMS.Community namespace.

 

Community_Group table API:

 

GroupInfo - represents one group object.

GroupInfoProvider - provides management functionality for groups.

 

Community_GroupMember table API:

 

GroupMemberInfo - represents one group member.

GroupMemberInfoProvider - provides management functionality for group members.

 

Community_GroupRolePermission table API:

 

GroupRolePermissionInfo - represents a relationship between a group, role and permission.

GroupRolePermissionInfoProvider - provides management functionality for group-role relationships.

 

Community_Invitation table API:

 

InvitationInfo - represents an invitation to become a member of a group.

InvitationInfoProvider - provides management functionality for group invitations.

 

Other classes:

 

CommunityContext - this class can be used to provide group‑related data of the current request.