Click or drag to resize
ModuleLicenseKeyInfoProviderDeleteModuleLicenseKeyInfo Method (ModuleLicenseKeyInfo)

Note: This API is now obsolete.

Deletes specified ModuleLicenseKeyInfo.

Namespace: CMS.ModuleLicenses
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IModuleLicenseKeyInfoProvider.Delete(ModuleLicenseKeyInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ModuleLicenseKeyInfo.Provider.")]
public static void DeleteModuleLicenseKeyInfo(
	ModuleLicenseKeyInfo infoObj
)

Parameters

infoObj
Type: CMS.ModuleLicensesModuleLicenseKeyInfo
ModuleLicenseKeyInfo to be deleted
See Also