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 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 export and import can be found in the CMS.CMSImportExport namespace.

 

 

Import API classes:

 

ImportProvider - provides functionality for import of sites and objects.

SiteImportSettings - object representing settings of website import.

ImportTypeEnum - enumeration used to determine object pre-selection in import settings.

 

Export API classes:

 

ExportProvider - provides functionality for export of sites and objects.

SiteExportSettings - object representing settings of website export.

ExportTypeEnum - enumeration used to determine object pre-selection in export settings.

 

Other classes:

 

ImportExportHelper - provides helper methods for export and import.