Click or drag to resize
PollRoleInfoProviderRemoveRoleFromPoll Method (RoleInfo, PollInfo)
Deletes specified poll role.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static void RemoveRoleFromPoll(
	RoleInfo role,
	PollInfo poll
)

Parameters

role
Type: CMS.MembershipRoleInfo
RoleID
poll
Type: CMS.PollsPollInfo
PollID
See Also