Click or drag to resize
LicenseHelper.RequestFeature 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: 8.2.23
Syntax
C#
public static void RequestFeature(
	string url,
	FeatureEnum feature
)

Parameters

url
Type: System.String
URL
feature
Type: CMS.DataEngine.FeatureEnum
Feature type
See Also