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

Namespace: CMS.ModuleLicenses
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax
C#
protected override void DeleteInfo(
	ModuleLicenseKeyInfo info
)

Parameters

info
Type: CMS.ModuleLicensesModuleLicenseKeyInfo
Object to delete
See Also