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 for managing web parts can be found in the CMS.PortalEngine namespace.

 

CMS_WebPartCategory table API:

 

WebPartCategoryInfo - represents one web part category.

WebPartCategoryInfoProvider - provides management functionality for web part categories.

 

CMS_WebPart table API:

 

WebPartInfo - represents one web part.

WebPartInfoProvider - provides management functionality for web parts.

 

CMS_WebPartLayout table API:

 

WebPartLayoutInfo - represents a custom layout for a specific web part.

WebPartLayoutInfoProvider - provides management functionality for web part layouts.

 

CMS_WebPartContainer table API:

 

WebPartContainerInfo - represents one web part container.

WebPartContainerInfoProvider - provides management functionality for web part containers.

 

CMS_WebPartContainerSite table API:

 

WebPartContainerInfo - represents a relationship between a web part container and a site.

WebPartContainerInfoProvider - provides management functionality for container‑site relationships.

 

Other classes:

 

WebPartInstance - represents a single instance of a web part.

WebPartZoneInstance - represents an instance of a web part zone.