Click or drag to resize
LicenseKeyInfoProviderIsBetterLicense Method
Returns true if first license is better than the other for specified feature.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 9.0.0
Syntax
C#
public static bool IsBetterLicense(
	LicenseKeyInfo license1,
	LicenseKeyInfo license2,
	FeatureEnum feature
)

Parameters

license1
Type: CMS.LicenseProviderLicenseKeyInfo
First license
license2
Type: CMS.LicenseProviderLicenseKeyInfo
Second license
feature
Type: CMS.DataEngineFeatureEnum
Feature

Return Value

Type: Boolean
See Also