Click or drag to resize
CMSPageCheckLicense Method
Checks the license for the given feature. Redirects to feature not available if not available.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public bool CheckLicense(
	FeatureEnum feature
)

Parameters

feature
Type: CMS.DataEngineFeatureEnum
Feature to check

Return Value

Type: Boolean
See Also