HierarchyHelperProcessItemMethod Method |
Handles FK ID (can be used to fill translation helper for example).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected void ProcessItemMethod(
TraverseObjectSettings settings,
bool isEnd
)
Parameters
- settings
- Type: CMS.DataEngineTraverseObjectSettings
Export object settings (not needed in this implementation) - isEnd
- Type: SystemBoolean
Determines whether its start or end of the item
See Also