PollSiteInfoProviderGetPollSiteInfos Method |
Returns PollSiteInfo objects specified by parameters.
Namespace: CMS.PollsAssembly: CMS.Polls (in CMS.Polls.dll) Version: 11.0.0
Syntax public static DataSet GetPollSiteInfos(
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:
DataSetSee Also