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