HierarchyHelper.ProcessIDMethod Method |
Handles FK ID (can be used to fill translation helper for example).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntaxprotected void ProcessIDMethod(
TraverseObjectSettings settings,
ICMSObject obj,
string columnName,
string objectType,
bool required
)
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: 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