Click or drag to resize
TranslationServiceInfoProviderDeleteInfo Method
Deletes the object to the database.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 12.0.0
Syntax
C#
protected override void DeleteInfo(
	TranslationServiceInfo info
)

Parameters

info
Type: CMS.TranslationServicesTranslationServiceInfo
Object to delete
See Also