Click or drag to resize
PollInfoProviderRemovePollFromSite Method
Removes the pole from the site.

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

Parameters

pollId
Type: SystemInt32
Poll ID
siteId
Type: SystemInt32
Site ID
See Also