Click or drag to resize
BaseIntegrationConnectorSetExternalTranslation Method
Sets translation for class name and identifier.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected void SetExternalTranslation(
	string className,
	int id,
	string translationRecord
)

Parameters

className
Type: SystemString
Class name
id
Type: SystemInt32
External identifier
translationRecord
Type: SystemString
Translation record ("codename|sitename|parentid")
See Also