Click or drag to resize
PollInfoProviderDeletePollInfo Method (Int32)
Deletes specified poll.

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

Parameters

pollId
Type: SystemInt32
Poll id
See Also