Click or drag to resize
TranslationServiceInfoProviderDeleteTranslationServiceInfoInternal Method
Deletes specified translation service.

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

Parameters

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