LicenseKeyInfoProviderVersionLimitations Method (String, FeatureEnum, Boolean) |
Returns specified number for selected feature.
Namespace: CMS.LicenseProviderAssembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 12.0.0
Syntax 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 Admin, CMSModules and CMSPages/Logon
Return Value
Type:
Int32See Also