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 Polls module classes use the CMS.Polls namespace.

 

 

Polls_Poll table API:

 

PollInfo - represents one poll.

PollInfoProvider - provides management of polls.

 

Polls_PollSite table API:

 

PollSiteInfo - represents one site where the poll can be used.

PollSiteInfoProvider - provides management of sites where the poll can be used.

 

Polls_PollAnswer table API:

 

PollAnswerInfo - represents one poll answer.

PollAnswerInfoProvider - provides management of poll answers.

 

Polls_PollRoles table API:

 

PollRolesInfo - represents one role authorized to vote.

PollRolesInfoProvider - provides management of roles authorized to vote.