| PollRoleInfoProviderGetPollRoleInfos Method | 
            Returns PollRoleInfo objects specified by parameters.
            
 
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
 Syntax
Syntaxpublic static DataSet GetPollRoleInfos(
	string where,
	string orderBy,
	int topN,
	string columns
)
Parameters
- where
- Type: SystemString
 WHERE condition
- orderBy
- Type: SystemString
 ORDER BY statement
- topN
- Type: SystemInt32
 Number of returned records
- columns
- Type: SystemString
 Data columns to return
Return Value
Type: 
DataSet See Also
See Also