Click or drag to resize
BaseIntegrationConnectorGetInternalTranslation Method
Gets translation for class name and identifier.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected Nullable<int> GetInternalTranslation(
	string className,
	int oldId
)

Parameters

className
Type: SystemString
Class name
oldId
Type: SystemInt32
Old identifier

Return Value

Type: NullableInt32
New identifier if present
See Also