|
||
|
API examples for newer versions Please visit the latest API Examples documentation to view API examples for newer versions of Kentico. |
These topics show examples of how the Events module API can be used:
|
Please note
All API examples can be simulated in the API examples user interface; please refer to the API examples chapter for more details.
If you would like to check the code of the examples, please refer to <web project folder>\CMSAPIExamples\Code\Tools\Events\Default.aspx.cs.
|
The Events module API examples use the following namespaces:
using System; using System.Data;
using CMS.GlobalHelper; using CMS.UIControls; using CMS.CMSHelper; using CMS.SiteProvider; using CMS.EventManager; using CMS.DocumentEngine; using CMS.WorkflowEngine; using CMS.PortalEngine; |