Click or drag to resize
TranslationHelperTranslateListColumn Method
Translates the column value with list of IDs of the given info object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public bool TranslateListColumn(
	GeneralizedInfo infoObj,
	string columnName,
	string objectType,
	int siteId,
	char separator
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Object with the data
columnName
Type: SystemString
Column name to translate
objectType
Type: SystemString
Object type
siteId
Type: SystemInt32
Target site ID for objects lookup which are site-related
separator
Type: SystemChar
ID separator

Return Value

Type: Boolean
Returns true if the translation was successful
See Also