| UniSelectorGetResultSet Method (String, Int32, Int32, Int32, Int32) | 
            Returns data set depending on specified properties.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxprotected DataSet GetResultSet(
	string ids,
	int topN,
	int offset,
	int maxRecords,
	ref int totalRecords
)
Parameters
- ids
- Type: SystemString
 ID(s) of the items to load. If null, all items are loaded
- topN
- Type: SystemInt32
 Only take topN items
- offset
- Type: SystemInt32
 Offset of the items
- maxRecords
- Type: SystemInt32
 Maximum number of the records to get
- totalRecords
- Type: SystemInt32
 Returns total number of records
Return Value
Type: 
DataSet See Also
See Also