Click or drag to resize
LicenseHelperReportExceededFeatureLimit Method
Reports that feature limit is exceeded for domain license.

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

Parameters

feature
Type: CMS.DataEngineFeatureEnum
Feature for which the limit is exceeded.
domain
Type: SystemString
Domain with insufficient license.
See Also