| PollInfoProviderRemoveRoleFromPoll Method  | 
            Removes the role from the site.
            
 
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 8.2.23
Syntaxpublic static void RemoveRoleFromPoll(
	int roleId,
	int pollId
)
Parameters
- roleId
 - Type: SystemInt32
Role ID - pollId
 - Type: SystemInt32
Poll ID 
See Also