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