Click or drag to resize
PollInfoProviderGetGroupPolls Method (Int32, Int32)
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,
	int groupId
)

Parameters

siteId
Type: SystemInt32
Site ID
groupId
Type: SystemInt32
Group ID

Return Value

Type: InfoDataSetPollInfo
See Also