Click or drag to resize
PollSiteInfoProvider.AddPollToSite Method
Adds specified poll to the site.

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

Parameters

pollId
Type: System.Int32
PollID
siteId
Type: System.Int32
SiteID
See Also