| PollInfoProviderAddPollToSite Method  | 
            Assigns the poll to the site.
            
 
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 11.0.0
Syntaxpublic static void AddPollToSite(
	int pollId,
	int siteId
)
Parameters
- pollId
 - Type: SystemInt32
Poll ID - siteId
 - Type: SystemInt32
Site ID 
See Also