HierarchyHelper ProcessIDMethod Method Kentico 8.1 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.1.5347.20411)

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