Click or drag to resize
LicenseKeyInfoProvider.VersionLimitations Method (String, FeatureEnum, Boolean)
Returns specified number for selected feature.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 10.0.0
Syntax
C#
public static int VersionLimitations(
	string domain,
	FeatureEnum feature,
	bool siteCheck = true
)

Parameters

domain
Type: System.String
Domain name
feature
Type: CMS.DataEngine.FeatureEnum
Feature type
siteCheck (Optional)
Type: System.Boolean
If true limitations are not applied under URLs in Admin, CMSModules and CMSPages/Logon

Return Value

Type: Int32
See Also