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

Namespace: CMS.Localization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 12.0.0
Syntax
C#
protected override void DeleteInfo(
	ResourceTranslationInfo info
)

Parameters

info
Type: CMS.LocalizationResourceTranslationInfo
Object to delete
See Also