Click or drag to resize
LicenseHelperCheckFeature Method
Returns true if the feature is available for current URL.

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

Parameters

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

Return Value

Type: Boolean
See Also