Click or drag to resize
HierarchyHelperProcessIDMethod Method
Handles FK ID (can be used to fill translation helper for example).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected void ProcessIDMethod(
	TraverseObjectSettings settings,
	ICMSObject obj,
	string columnName,
	string objectType,
	bool required
)

Parameters

settings
Type: CMS.DataEngineTraverseObjectSettings
Export object settings (not needed in this implementation)
obj
Type: CMS.BaseICMSObject
Object (TreeNode / InfoObject) to export
columnName
Type: SystemString
Column name of the dependency
objectType
Type: SystemString
Object type of the dependency
required
Type: SystemBoolean
Determines whether the dependency is required (reflects required flag from TypeInfo).
See Also