Click or drag to resize
PollInfoProviderGetPollRoles Method (Int32)
Gets the DataSet of roles assigned to the poll.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<RoleInfo> GetPollRoles(
	int pollId
)

Parameters

pollId
Type: SystemInt32
Poll ID

Return Value

Type: InfoDataSetRoleInfo
See Also