HierarchyHelperProcessObjectMethod Method |
Handles export to required format.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected virtual void ProcessObjectMethod(
TraverseObjectSettings settings,
ICMSObject obj,
int currentLevel
)
Parameters
- settings
- Type: CMS.DataEngineTraverseObjectSettings
Export settings object - obj
- Type: CMS.BaseICMSObject
Object (TreeNode / Info Object) to process - currentLevel
- Type: SystemInt32
Current level within the object tree structure
See Also