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

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

Parameters

info
Type: CMS.ModuleLicensesModuleLicenseKeyInfo
Object to delete
See Also