PollAnswerInfoProviderGetPollAnswerInfo Method |
Returns the PollAnswerInfo structure for the specified pollAnswer.
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 8.2.23
Syntax public static PollAnswerInfo GetPollAnswerInfo(
int pollAnswerId
)
Parameters
- pollAnswerId
- Type: SystemInt32
PollAnswer ID
Return Value
Type:
PollAnswerInfoSee Also