Click or drag to resize
PollInfoProviderAddRoleToPoll Method
Assigns the role to the site.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static void AddRoleToPoll(
	int roleId,
	int pollId
)

Parameters

roleId
Type: SystemInt32
Role ID
pollId
Type: SystemInt32
Poll ID
See Also