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 Scheduler can be found in the CMS.Scheduler namespace.

 

CMS_ScheduledTask table API:

 

TaskInfo - represents one scheduled task.

TaskInfoProvider - provides management functionality for scheduled tasks.

 

Other classes:

 

SchedulingExecutor - provides methods for executing scheduled tasks.

SchedulingHelper - provides general functionality and settings for the scheduler.

SchedulingTimer - can be used to manage the internal timer of the scheduler.

TaskInterval - provides management functionality for the time intervals used by scheduled tasks.