Click or drag to resize
BaseIntegrationConnectorTranslateColumnsToExternal Method (GeneralizedInfo, TranslationHelper, Boolean)
Translates column values of given object to match external ones.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected void TranslateColumnsToExternal(
	GeneralizedInfo infoObj,
	TranslationHelper th,
	bool processChildren
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Internal object
th
Type: CMS.DataEngineTranslationHelper
Translations
processChildren
Type: SystemBoolean
Whether to translate columns of child objects
See Also