Click or drag to resize
BaseIntegrationConnectorSetInternalTranslation 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 SetInternalTranslation(
	string className,
	int oldId,
	int newId
)

Parameters

className
Type: SystemString
Class name
oldId
Type: SystemInt32
Old identifier
newId
Type: SystemInt32
New identifier
See Also