Click or drag to resize
TranslationHelperTranslateColumns Method
Translates all reference object columns.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
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: String
See Also