The Booking system module uses the following database table:
• | CONTENT_BookingEvent - the CMS.BookingEvent is a standard Kentico CMS document type, therefore, it has this associated database table where information about particular booking events is stored |
• | Events_Attendee - this table is used to store information about booking event attendees |
The Booking system API is provided by the following CMS.EventManager namespace classes:
• | EventAttendeeInfo, EventAttendeeInfoProvider - these classes provide functionality for managing of event attendees |
The following topics show how methods from these classes can be used to manage event attendees:
The API programming and Kentico CMS internals section of this guide contains more API related information, so please refer to it if required.
For detailed API documentation, such as a list of all methods from the classes above, please refer to Kentico CMS API Reference that is a part of your Kentico CMS installation and can be accessed through the programs folder in Windows Start menu.