Click or drag to resize
UniSelectorGetResultSet Method (String, Int32)
Returns data set depending on specified properties.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
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: DataSet
See Also