Click or drag to resize
PollAnswerInfoProviderGetPollAnswersInternal Method
Returns all poll answers.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 10.0.0
Syntax
C#
protected virtual ObjectQuery<PollAnswerInfo> GetPollAnswersInternal()

Return Value

Type: ObjectQueryPollAnswerInfo
See Also