Click or drag to resize
PollInfoProviderDeletePollInternal 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.PollsPollInfo
Poll object
See Also