LicenseHelperCheckLicenseLimitations Method |
Checks that number of feature-related objects on current website does not exceed the license limitations.
Namespace: CMS.LicenseProviderAssembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 13.0.131
Syntax public static bool CheckLicenseLimitations(
FeatureEnum feature,
out int currentObjectCount,
out int maxObjectCount
)
Parameters
- feature
- Type: CMS.DataEngineFeatureEnum
Feature to be checked - currentObjectCount
- Type: SystemInt32
Number of feature-related objects on current website - maxObjectCount
- Type: SystemInt32
Maximum allowed number of feature-related objects. 0 is unlimited
Return Value
Type:
BooleanSee Also