LicenseHelperCheckFeature Method |
Returns true if the feature is available for current URL.
Namespace: CMS.LicenseProviderAssembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 13.0.131
Syntax public static bool CheckFeature(
string url,
FeatureEnum feature
)
Parameters
- url
- Type: SystemString
URL - feature
- Type: CMS.DataEngineFeatureEnum
Feature type
Return Value
Type:
BooleanSee Also