TranslationHelperTranslateColumns Method |
Translates all reference object columns.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public string TranslateColumns(
GeneralizedInfo infoObj,
bool siteId,
bool parentId,
bool dependencies,
int targetSiteId,
string excludeColumns
)
Parameters
- infoObj
- Type: CMS.DataEngineGeneralizedInfo
Object with the data - siteId
- Type: SystemBoolean
Translate site ID - parentId
- Type: SystemBoolean
Translate parent ID - dependencies
- Type: SystemBoolean
Translate dependencies - targetSiteId
- Type: SystemInt32
Target site ID for objects lookup which are site-related - excludeColumns
- Type: SystemString
Columns to exclude
Return Value
Type:
StringSee Also