Click or drag to resize
PollInfoProviderGetGroupPolls Method (Int32, String, Int32, String, Int32, String)
Returns all polls for specified site and group.

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

Parameters

siteId
Type: SystemInt32
Site ID
where
Type: SystemString
Where condition
groupId
Type: SystemInt32
Group ID
orderBy
Type: SystemString
Order By
topN
Type: SystemInt32
TOP N
columns
Type: SystemString
Columns restriction

Return Value

Type: InfoDataSetPollInfo
See Also