BaseIntegrationConnectorGetExternalTranslation Method |
Gets translation for class name and identifier.
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax protected string GetExternalTranslation(
string className,
int id
)
Parameters
- className
- Type: SystemString
Class name - id
- Type: SystemInt32
External identifier
Return Value
Type:
StringTranslation record ("codename|sitename|parentid")
See Also