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

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

Parameters

licenseKey
Type: CMS.LicenseProviderLicenseKeyInfo
License key object
See Also