Click or drag to resize
LicenseHelperCheckFeatureAndRedirect Method
Gets the license key for the URL and checks if the feature is supported for its product edition. If not, it redirects the user to ~/CMSMessages/FeatureNotAvailable.aspx

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

Parameters

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

Return Value

Type: Boolean
See Also