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 used by workflows can be found in the CMS.WorkflowEngine namespace.

 

 

CMS_Workflow table API:

 

WorkflowInfo - represents one workflow object.

WorkflowInfoProvider - provides management functionality for workflows.

 

CMS_WorkflowStep table API:

 

WorkflowStepInfo - represents one workflow step object.

WorkflowStepInfoProvider - provides management functionality for workflow steps.

 

CMS_WorkflowScope table API:

 

WorkflowScopeInfo - represents one workflow scope object.

WorkflowScopeInfoProvider - provides management functionality for workflow scopes.