Click or drag to resize
PollInfoProvider.DeletePollInternal Method
Deletes specified poll.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
protected void DeletePollInternal(
	PollInfo pollObj
)

Parameters

pollObj
Type: CMS.Polls.PollInfo
Poll object
See Also