Click or drag to resize
LicenseKeyInfoProviderIsLicenseExistForDomain Method
Checks if license key exist for specified domain.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 9.0.0
Syntax
C#
public static bool IsLicenseExistForDomain(
	LicenseKeyInfo licenseKey
)

Parameters

licenseKey
Type: CMS.LicenseProviderLicenseKeyInfo
License key info with specified domain

Return Value

Type: Boolean
See Also