Returns the Dataset structure of all polls that match specified conditions.
            
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- where
 - Type: 
System String
WHERE condition 
- orderby
 - Type: 
System String
ORDER BY 
- topN
 - Type: 
System Int32
TOP N condition 
- columns
 - Type: 
System String
Selected columns 
Return Value
Type: InfoDataSet PollInfoSee Also