UIContextHelperCheckElementAvailabilityInUI 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.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax public static bool CheckElementAvailabilityInUI(
UIElementInfo uiElement
)
Parameters
- uiElement
- Type: CMS.ModulesUIElementInfo
UI Element to check
Return Value
Type:
BooleanSee Also