HierarchyHelperTraverseObjectStructure Method (TraverseObjectSettings, GeneralizedInfo, Int32) |
Goes through the object structure and calls given delegates.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected virtual void TraverseObjectStructure(
TraverseObjectSettings settings,
GeneralizedInfo info,
int currentLevel
)
Parameters
- settings
- Type: CMS.DataEngineTraverseObjectSettings
Traverse object settings - info
- Type: CMS.DataEngineGeneralizedInfo
GeneralizedInfo to serialize - currentLevel
- Type: SystemInt32
Current level of the object tree structure
See Also