Click or drag to resize
PollRoleInfoProviderGetPollRoleInfo Method
Returns the PollRoleInfo structure for the specified pollRole.

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

Parameters

roleId
Type: SystemInt32
RoleID
pollId
Type: SystemInt32
PollID

Return Value

Type: PollRoleInfo
See Also