Click or drag to resize
LicenseKeyInfoProviderIsFeatureAvailable Method (String, 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(
	string domain,
	FeatureEnum feature
)

Parameters

domain
Type: SystemString
Domain name
feature
Type: CMS.DataEngineFeatureEnum
Feature type

Return Value

Type: Boolean
See Also