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!  

The functionality for managing sessions, which includes the monitoring of on‑line users, is provided by the SessionManager class found in the CMS.CMSHelper namespace.

 

User and site objects can be handled via the corresponding Info and Provider classes from the CMS.SiteProvider namespace. If you are not familiar with this type of database table management, we strongly recommend that you refer to the Database table API topic first.

 

CMS_User table API:

 

UserInfo - represents one user object.

UserInfoProvider - provides management functionality for users.

 

CMS_Site table API:

 

SiteInfo - represents one site object.

SiteInfoProvider - provides management functionality for sites.