Click or drag to resize
LicenseHelperRequestFeature Method
Gets the license key for the URL and checks if the feature is supported for its product edition. If not, it throws and exception.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 11.0.0
Syntax
C#
public static void RequestFeature(
	string url,
	FeatureEnum feature
)

Parameters

url
Type: SystemString
URL
feature
Type: CMS.DataEngineFeatureEnum
Feature type
See Also