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 the database table data management by Info and Provider classes, we strongly recommend that you refer to the Database table API topic first.

 

 

 

Please note

 

The Tags module classes use the CMS.SiteProvider namespace.

 

 

CMS_TagGroup table API:

 

CMSTagGroupInfo - represents one tag group.

CMSTagGroupInfoProvider - provides management of tag groups.

 

CMS_DocumentTag table API:

 

CMSDocumentTagInfo - represents a relationship between one document and one tag expressing that a particular document is tagged with a particular tag.

CMSDocumentTagInfoProvider - provides management of relationships between documents and tags.

 

CMS_Tag table API:

 

CMSTagInfo - represents one tag.

CMSTagInfoProvider - provides management of tags.