InfoObjectCollection GetData Method Kentico 8.1 API Reference
Gets the data for the collection.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

where
Type: OnlineSystem String
Where condition
offset
Type: OnlineSystem Int32
Starting offset for the data
maxRecords
Type: OnlineSystem Int32
Maximum number of records to get
totalRecords
Type: OnlineSystem Int32 
Returning total number of records

Return Value

Type: OnlineDataSet
See Also