Click or drag to resize
PollAnswerInfoProviderGetAnswersInternal Method
Gets all answers of the specified poll.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
protected InfoDataSet<PollAnswerInfo> GetAnswersInternal(
	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