Click or drag to resize
ModuleCommandsPollsRemoveRoleFromPoll Method
Removes role from poll.

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

Parameters

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