Click or drag to resize
PollAnswerInfoProviderDeleteAnswersInternal Method
Delete all Poll's answers.

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

Parameters

pollId
Type: SystemInt32
Poll ID
See Also