Click or drag to resize
TranslationServiceInfoProviderSetTranslationServiceInfoInternal Method
Sets (updates or inserts) specified translation service.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetTranslationServiceInfoInternal(
	TranslationServiceInfo serviceObj
)

Parameters

serviceObj
Type: CMS.TranslationServicesTranslationServiceInfo
Translation service to be set.
See Also