UniSelector GetResultSet Method (String, Int32, Int32, Int32, Int32 )Kentico 8.0 API Reference
Returns data set depending on specified properties.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

ids
Type: OnlineSystem String
ID(s) of the items to load. If null, all items are loaded
topN
Type: OnlineSystem Int32
Only take topN items
offset
Type: OnlineSystem Int32
Offset of the items
maxRecords
Type: OnlineSystem Int32
Maximum number of the records to get
totalRecords
Type: OnlineSystem Int32 
Returns total number of records

Return Value

Type: OnlineDataSet
See Also