HierarchyHelperProcessIDMethod 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 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