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