Click or drag to resize
TranslationServiceInfoProviderDeleteTranslationServiceInfo Method (TranslationServiceInfo)

Note: This API is now obsolete.

Deletes specified translation service.

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

Parameters

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