PollSiteInfoProviderAddPollToSite Method |
Adds specified poll to the site.
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 8.2.23
Syntax public static void AddPollToSite(
int pollId,
int siteId
)
Parameters
- pollId
- Type: SystemInt32
PollID - siteId
- Type: SystemInt32
SiteID
See Also