TranslationHelperTranslateListColumn Method |
Translates the column value with list of IDs of the given info object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
BooleanReturns true if the translation was successful
See Also