Click or drag to resize
PollAnswerInfoProviderGetPollAnswerInfo Method
Returns the PollAnswerInfo structure for the specified pollAnswer.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static PollAnswerInfo GetPollAnswerInfo(
	int pollAnswerId
)

Parameters

pollAnswerId
Type: SystemInt32
PollAnswer ID

Return Value

Type: PollAnswerInfo
See Also