Click or drag to resize
PollAnswerInfoProviderGetAnswers Method (Int32)
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
)

Parameters

pollId
Type: SystemInt32
Poll ID

Return Value

Type: InfoDataSetPollAnswerInfo
See Also