HierarchyHelper TraverseObjectCollection Method Kentico 8.1 API Reference
Exports given child collection.

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

Parameters

settings
Type: CMS.DataEngine TraverseObjectSettings
Traverse object settings
collection
Type: CMS.DataEngine InfoObjectCollection
InfoObject collection
currentLevel
Type: OnlineSystem Int32
Current level of the relationship (parent - child)
checkInclusion
Type: OnlineSystem Boolean
If true, TypeInfo.IncludeToParentDataSet is called to check whether to include child to result
objectFilter
Type: OnlineSystem Func BaseInfo, OnlineBoolean 
Function representing object filter
See Also