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

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

Parameters

feature
Type: CMS.DataEngineFeatureEnum
Feature to check

Return Value

Type: Boolean
See Also