Click or drag to resize
LicenseHelperIsFeatureAvailableInUI Method (FeatureEnum)
Indicates if specified feature is available in UI.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 8.2.23
Syntax
C#
public static bool IsFeatureAvailableInUI(
	FeatureEnum feature
)

Parameters

feature
Type: CMS.DataEngineFeatureEnum
Feature to check if it is available in user's license

Return Value

Type: Boolean
See Also