Click or drag to resize
PollAnswerInfoProviderResetAnswersInternal Method
Sets AnswerCount to '0' to all answers of the specified poll.

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

Parameters

pollId
Type: SystemInt32
Poll ID
See Also