BaseIntegrationConnectorSetInternalTranslation Method |
Sets translation for class name and identifier.
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax 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