PollInfoProviderGetPolls Method (String, String, Int32, String) |
Note: This API is now obsolete.
Returns the Dataset structure of all polls that match specified conditions.
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 11.0.0
Syntax [ObsoleteAttribute("Use CMS.DataEngine.ObjectQuery<PollInfo> instead")]
public static InfoDataSet<PollInfo> GetPolls(
string where,
string orderby,
int topN,
string columns
)
Parameters
- where
- Type: SystemString
WHERE condition - orderby
- Type: SystemString
ORDER BY - topN
- Type: SystemInt32
TOP N condition - columns
- Type: SystemString
Selected columns
Return Value
Type:
InfoDataSetPollInfoSee Also