| PollInfoProviderAddRoleToPoll Method  | 
            Assigns the role to the site.
            
 
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 11.0.0
Syntaxpublic static void AddRoleToPoll(
	int roleId,
	int pollId
)
Parameters
- roleId
 - Type: SystemInt32
Role ID - pollId
 - Type: SystemInt32
Poll ID 
See Also