Click or drag to resize
PollInfoProviderGetPolls Method (String, String)

Note: This API is now obsolete.

Returns the Dataset structure of all polls that match specified conditions.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.DataEngine.ObjectQuery<PollInfo> instead")]
public static InfoDataSet<PollInfo> GetPolls(
	string where,
	string orderby
)

Parameters

where
Type: SystemString
WHERE condition
orderby
Type: SystemString
ORDER BY

Return Value

Type: InfoDataSetPollInfo
See Also