Click or drag to resize
TranslationServiceInfoProvider.DeleteTranslationServiceInfoInternal 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.TranslationServices.TranslationServiceInfo
Translation service to be deleted.
See Also