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

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

Parameters

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