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

 

Classes for management of documents can be found in the CMS.DocumentEngine namespace. Classes for management of event attendees are located in the CMS.EventManager namespace.

 

 

Events management API

 

Because booking events are standard documents stored in the content tree, their management is carried out the same way as management of any other documents using the following classes:

 

TreeNode - represents one content tree node.

TreeProvider - provides functionality manipulation with tree nodes.

 

For more information on documents management API, please refer to Content management -> Content management internals and API.

 

Events_Attendee table API:

 

EventsAttendeeInfo - represents one event attendee object.

EventsAttendeeInfoProvider - provides functionality for management of event attendees.