Click or drag to resize
PollAnswerInfoProviderGetPollAnswerInternal Method (Int32)
Returns the PollAnswerInfo structure for the specified pollAnswer.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
protected PollAnswerInfo GetPollAnswerInternal(
	int pollAnswerId
)

Parameters

pollAnswerId
Type: SystemInt32
PollAnswer ID

Return Value

Type: PollAnswerInfo
See Also