Click or drag to resize
PollAnswerInfoProviderVoteInternal Method
Increment AnswerCount of the specified answer.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
protected void VoteInternal(
	int answerId
)

Parameters

answerId
Type: SystemInt32
Answer ID
See Also