LicenseHelper IsFeatureAvailableInUI Method (FeatureEnum, String)Kentico 8.0 API Reference
Indicates if specified feature is available in UI based on whether equivalent module is loaded and specified feature is available in user's licence.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

feature
Type: CMS.DataEngine FeatureEnum
Feature to check if it is available in user's license
moduleName
Type: OnlineSystem String
Module to check if it is loaded

Return Value

Type: OnlineBoolean
See Also