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

 

CMS_Site table API:

 

SiteInfo - represents one site object.

SiteInfoProvider - provides management functionality for sites.

 

CMS_SiteCulture table API:

 

CultureSiteInfo - represents a relationship between a site and a culture.

CultureSiteInfoProvider - provides management functionality for site-culture relationships.

 

CMS_SiteDomainAlias table API:

 

SiteDomainAliasInfo - represents a domain alias object.

SiteDomainAliasInfoProvider - provides management functionality for domain aliases.

 

Other classes:

 

SiteContext - provides site‑related information depending on the current context.