Handles FK ID (can be used to fill translation helper for example).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- settings
- Type: CMS.DataEngine TraverseObjectSettings
Export settings object
- obj
- Type: CMS.Base ICMSObject
Object (TreeNode / Info object) to process
- columnName
- Type: System String
Column name of the dependency
- objectType
- Type: System String
Object type of the dependency
- required
- Type: System Boolean
Determines whether the dependency is required (reflects required flag from TypeInfo).
See Also