Click or drag to resize
ModuleLicenseKeyInfoProviderDeleteModuleLicenseKeyInfo Method (Int32)

Note: This API is now obsolete.

Deletes ModuleLicenseKeyInfo with specified ID.

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(
	int id
)

Parameters

id
Type: SystemInt32
ModuleLicenseKeyInfo ID
See Also