ObjectHelper GetObjectsData Method (OperationTypeEnum, BaseInfo, String, String, Boolean, Boolean, TranslationHelper,  String )Kentico 8.1 API Reference
Gets the DataSet of the objects data and their child objects.

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

Parameters

operation
Type: CMS.DataEngine OperationTypeEnum
Operation type
infoObj
Type: CMS.DataEngine BaseInfo
Main info object
where
Type: OnlineSystem String
Where condition
orderBy
Type: OnlineSystem String
Order by columns for the main objects
childData
Type: OnlineSystem Boolean
If true, child objects data are included
binaryData
Type: OnlineSystem Boolean
If true, binary data are included
th
Type: CMS.DataEngine TranslationHelper
Translation table to initialize with data bindings
excludedNames
Type:  OnlineSystem String 
Objects with codename or display name starting with these names will be filtered out

Return Value

Type: OnlineDataSet
See Also