LicenseKeyInfoProviderIsFeatureAvailable Method (String, FeatureEnum) |
Checks if specified feature is available for specified domain.
Namespace: CMS.LicenseProviderAssembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 13.0.131
Syntax public static bool IsFeatureAvailable(
string domain,
FeatureEnum feature
)
Parameters
- domain
- Type: SystemString
Domain name - feature
- Type: CMS.DataEngineFeatureEnum
Feature type
Return Value
Type:
BooleanSee Also