BaseIntegrationConnector.GetInternalTranslation Method |
Gets translation for class name and identifier.
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 8.2.23
Syntax 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