Click or drag to resize
TranslationServiceInfoProviderGetTranslationServiceInfoInternal Method (Int32)
Returns translation service with specified ID.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
protected virtual TranslationServiceInfo GetTranslationServiceInfoInternal(
	int serviceId
)

Parameters

serviceId
Type: SystemInt32
Translation service ID.

Return Value

Type: TranslationServiceInfo
See Also