| PollInfoProviderGetPollsInternal Method (Int32, Int32, String) | 
Note: This API is now obsolete.
            Returns the Dataset structure of all polls of the specified site.
            
 
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 11.0.0
Syntax[ObsoleteAttribute("Use CMS.DataEngine.ObjectQuery<PollInfo> instead")]
protected InfoDataSet<PollInfo> GetPollsInternal(
	int siteId,
	int topN,
	string columns
)Parameters
- siteId
 - Type: SystemInt32
Site ID - topN
 - Type: SystemInt32
TOP N condition - columns
 - Type: SystemString
Columns restriction 
Return Value
Type: 
InfoDataSetPollInfo
See Also