Click or drag to resize
PollInfoProviderGetPollRoles Method (Int32, String, String, Int32, String)
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,
	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