Click or drag to resize
TranslationServiceInfoProviderGetTranslationServiceInfo Method (Int32)

Note: This API is now obsolete.

Returns translation service with specified ID.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ITranslationServiceInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - TranslationServiceInfo.Provider.")]
public static TranslationServiceInfo GetTranslationServiceInfo(
	int serviceId
)

Parameters

serviceId
Type: SystemInt32
Translation service ID.

Return Value

Type: TranslationServiceInfo
See Also