HierarchyHelper ProcessIDMethod Method Kentico 8.0 API Reference
Handles FK ID (can be used to fill translation helper for example).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

settings
Type: CMS.DataEngine TraverseObjectSettings
Export object settings (not needed in this implementation)
obj
Type: CMS.Base ICMSObject
Object (TreeNode / InfoObject) to export
columnName
Type: OnlineSystem String
Column name of the dependency
objectType
Type: OnlineSystem String
Object type of the dependency
required
Type: OnlineSystem Boolean
Determines whether the dependency is required (reflects required flag from TypeInfo).
See Also