Retrieves a collection of User Incidents.

Namespace: DotNetNuke.Modules.Forum
Assembly: DotNetNuke.Modules.Forum (in DotNetNuke.Modules.Forum.dll) Version: 5.0.0.30439

Syntax

C#
public List<AnswerInfo> GetPollAnswers(
	int PollID
)
Visual Basic
Public Function GetPollAnswers ( _
	PollID As Integer _
) As List(Of AnswerInfo)
Visual C++
public:
List<AnswerInfo^>^ GetPollAnswers(
	int PollID
)

Parameters

PollID
Type: System..::..Int32
The Poll to retrieve Answers for.

Return Value

A collection of Answers assigned to a Poll.

Remarks