Click or drag to resize
BaseIntegrationConnectorGetExternalTranslation Method
Gets translation for class name and identifier.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected string GetExternalTranslation(
	string className,
	int id
)

Parameters

className
Type: SystemString
Class name
id
Type: SystemInt32
External identifier

Return Value

Type: String
Translation record ("codename|sitename|parentid|groupid")
See Also