Exports given child collection.
Namespace: CMS.DataEngineAssembly: 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: System Int32
Current level of the relationship (parent - child)
- checkInclusion
- Type: System Boolean
If true, TypeInfo.IncludeToParentDataSet is called to check whether to include child to result
- objectFilter
- Type: System Func BaseInfo, Boolean
Function representing object filter
See Also