Click or drag to resize
PollInfoProviderGetPollRolesInternal Method
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#
protected InfoDataSet<RoleInfo> GetPollRolesInternal(
	int pollId,
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

pollId
Type: SystemInt32
Poll ID
where
Type: SystemString
WHERE condition
orderBy
Type: SystemString
ORDER BY condition
topN
Type: SystemInt32
TOP N condition
columns
Type: SystemString
Columns restriction

Return Value

Type: InfoDataSetRoleInfo
See Also