| PollInfoProviderGetGroupPolls Method (Int32, String, Int32, String, Int32, String) | 
Note: This API is now obsolete.
            Returns all polls for specified site and group.
            
 
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 11.0.0
Syntax[ObsoleteAttribute("Use CMS.DataEngine.ObjectQuery<PollInfo> instead")]
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