Translates the column value of the given container.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- container
- Type: CMS.Base IDataContainer
Container with the data
- columnName
- Type: System String
Column name to translate
- objectType
- Type: System String
Reference object type
- siteId (Optional)
- Type: System Int32
Target site ID for objects lookup which are site-related
- useDefaultValue (Optional)
- Type: System Boolean
Indicates if default value should be used for new IDs
- required (Optional)
- Type: System Boolean
If false, the column is allowed to be set to null in case the translation is not found.
Return Value
Type: BooleanReturns true if the translation was successful
See Also