Click or drag to resize
UniSelectorGetResultSet Method (String, Int32, Int32, Int32, 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 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