Click or drag to resize
PollSiteInfoProviderGetPollSiteInfos Method
Returns PollSiteInfo objects specified by parameters.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetPollSiteInfos(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
WHERE condition
orderBy
Type: SystemString
ORDER BY statement
topN
Type: SystemInt32
Number of returned records
columns
Type: SystemString
Data columns to return

Return Value

Type: DataSet
See Also