UniSelectorGetResultSet Method (String, Int32) |
Returns data set depending on specified properties.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected DataSet GetResultSet(
string id,
int topN
)
Parameters
- id
- Type: SystemString
ID(s) of the items to load. If null, all items are loaded - topN
- Type: SystemInt32
Only take topN items
Return Value
Type:
DataSetSee Also