Translates the column value of the given info object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- infoObj
- Type: CMS.DataEngine GeneralizedInfo
Object with the data
- columnName
- Type:
System String
Column name to translate
- objectType
- Type:
System String
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:
Returns true if the translation was successful
See Also