Click or drag to resize
LicenseKeyInfoProviderGetBestLicense Method
Returns the best available license for the given feature.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 9.0.0
Syntax
C#
public static LicenseKeyInfo GetBestLicense(
	FeatureEnum feature
)

Parameters

feature
Type: CMS.DataEngineFeatureEnum

Return Value

Type: LicenseKeyInfo
See Also