Click or drag to resize
PollInfoProviderGetPollsInternal Method (Int32, Int32, String)
Returns the Dataset structure of all polls of the specified site.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
protected InfoDataSet<PollInfo> GetPollsInternal(
	int siteId,
	int topN,
	string columns
)

Parameters

siteId
Type: SystemInt32
Site ID
topN
Type: SystemInt32
TOP N condition
columns
Type: SystemString
Columns restriction

Return Value

Type: InfoDataSetPollInfo
See Also