| SynchronizationObjectSettingsOnProcessID Delegate | 
            Handles FK ID (can be used to fill translation helper for example).
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
 Syntax
Syntaxpublic delegate void OnProcessID(
	SynchronizationObjectSettings settings,
	ICMSObject obj,
	string columnName,
	string objectType,
	bool required
)
Parameters
- settings
- Type: CMS.DataEngineSynchronizationObjectSettings
 Export settings object
- obj
- Type: CMS.BaseICMSObject
 Object (TreeNode / Info object) to process
- 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
See Also