Click or drag to resize
PollInfoProviderGetPollSites Method (Int32, String, String, Int32, String)
Gets the DataSet of sites where the poll is assigned.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<SiteInfo> GetPollSites(
	int pollId,
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

pollId
Type: SystemInt32
Poll ID
where
Type: SystemString
WHERE condition
orderBy
Type: SystemString
ORDER BY condition
topN
Type: SystemInt32
TOP N condition
columns
Type: SystemString
Columns restriction

Return Value

Type: InfoDataSetSiteInfo
See Also