Click or drag to resize
LicenseKeyInfoProviderIsFeatureAvailable Method (LicenseKeyInfo, FeatureEnum)
Checks if specified feature is available for specified domain.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 11.0.0
Syntax
C#
public static bool IsFeatureAvailable(
	LicenseKeyInfo lki,
	FeatureEnum feature
)

Parameters

lki
Type: CMS.LicenseProviderLicenseKeyInfo
License key
feature
Type: CMS.DataEngineFeatureEnum
Feature

Return Value

Type: Boolean
See Also