Click or drag to resize
PollAnswerInfoProviderGetAnswers Method (Int32, Int32, String)
Gets all answers of the specified poll.

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

Parameters

pollId
Type: SystemInt32
Poll ID
topN
Type: SystemInt32
TOP N condition
columns
Type: SystemString
Columns restriction

Return Value

Type: InfoDataSetPollAnswerInfo
See Also