Click or drag to resize
UIContextHelper.CheckElementAvailabilityInUI Method
Checks the UI element availability. This check includes evaluation of the element's macro condition, license check of the element's feature and check if the element's resource (module) is available.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax
C#
public static bool CheckElementAvailabilityInUI(
	UIElementInfo uiElement
)

Parameters

uiElement
Type: CMS.Modules.UIElementInfo
UI Element to check

Return Value

Type: Boolean
See Also