Click or drag to resize
LicenseHelperReportFailedLicenseCheck Method
Reports failed license check for given feature.

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

Parameters

feature
Type: CMS.DataEngineFeatureEnum
Feature for which license check failed.
domain
Type: SystemString
Domain with insufficient license.
throwError
Type: SystemBoolean
Indicates whether LicenseException should be thrown or just failed attempt should be logged.
See Also