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

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

Parameters

domain
Type: SystemString
Domain name
feature
Type: CMS.DataEngineFeatureEnum
Feature type
siteCheck (Optional)
Type: SystemBoolean
If true limitations are not applied under URLs in Site manager, CMS Desk, CMSModules and CMSPages/Logon

Return Value

Type: Int32
See Also