Click or drag to resize
PollInfoProvider.GetPolls Method (String, String, Int32, String)
Returns the Dataset structure of all polls that match specified conditions.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<PollInfo> GetPolls(
	string where,
	string orderby,
	int topN,
	string columns
)

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<PollInfo>
See Also