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

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static void Vote(
	int answerId
)

Parameters

answerId
Type: SystemInt32
Answer ID
See Also