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.0.5239.26125)
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