LicenseKeyInfoProvider.VersionLimitations Method (String, FeatureEnum, Boolean) |
Returns specified number for selected feature.
Namespace: CMS.LicenseProviderAssembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 10.0.0
Syntax 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:
Int32See Also