Click or drag to resize
LicenseKeyInfoProviderDeleteLicenseKeyInfo Method (LicenseKeyInfo)
Deletes specified licenseKey.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 9.0.0
Syntax
C#
public static void DeleteLicenseKeyInfo(
	LicenseKeyInfo lki
)

Parameters

lki
Type: CMS.LicenseProviderLicenseKeyInfo
LicenseKey object
See Also