HierarchyHelperTraverseObjectCollection Method |
Exports given child collection.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected void TraverseObjectCollection(
TraverseObjectSettings settings,
IInfoObjectCollection collection,
int currentLevel,
bool checkInclusion,
Func<BaseInfo, bool> objectFilter
)
Parameters
- settings
- Type: CMS.DataEngineTraverseObjectSettings
Traverse object settings - collection
- Type: CMS.DataEngineIInfoObjectCollection
InfoObject collection - currentLevel
- Type: SystemInt32
Current level of the relationship (parent - child) - checkInclusion
- Type: SystemBoolean
If true, TypeInfo.IncludeToParentDataSet is called to check whether to include child to result - objectFilter
- Type: SystemFuncBaseInfo, Boolean
Function representing object filter
See Also