BaseIntegrationConnectorGetInternalTranslation Method |
Gets translation for class name and identifier.
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax protected Nullable<int> GetInternalTranslation(
string className,
int oldId
)
Parameters
- className
- Type: SystemString
Class name - oldId
- Type: SystemInt32
Old identifier
Return Value
Type:
NullableInt32New identifier if present
See Also