LicenseHelperRequestFeature Method |
Gets the license key for the URL and checks if the feature is supported for its product edition.
If not, it throws and exception.
Namespace: CMS.LicenseProviderAssembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 13.0.131
Syntax public static void RequestFeature(
string url,
FeatureEnum feature
)
Parameters
- url
- Type: SystemString
URL - feature
- Type: CMS.DataEngineFeatureEnum
Feature type
See Also