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

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

Parameters

className
Type: System.String
Class name
oldId
Type: System.Int32
Old identifier

Return Value

Type: Nullable<Int32>
New identifier if present
See Also