Retrieves a collection of User Incidents.

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

Syntax

Visual Basic (Declaration)
Public Function GetPollAnswers ( _
	PollID As Integer _
) As List(Of AnswerInfo)

Parameters

PollID
Int32
The Poll to retrieve Answers for.

Return Value

A collection of Answers assigned to a Poll.

Remarks

See Also

AnswerController Class
DotNetNuke.Modules.Forum Namespace