| UniSelectorGetResultSet Method (String, 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 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: 
DataSet See Also
See Also