BaseIntegrationConnectorSetExternalTranslation Method |
Sets translation for class name and identifier.
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax protected void SetExternalTranslation(
string className,
int id,
string translationRecord
)
Parameters
- className
- Type: SystemString
Class name - id
- Type: SystemInt32
External identifier - translationRecord
- Type: SystemString
Translation record ("codename|sitename|parentid")
See Also