| 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: 9.0.0
Syntaxpublic static bool CheckElementAvailabilityInUI(
	UIElementInfo uiElement
)
Parameters
- uiElement
 - Type: CMS.ModulesUIElementInfo
UI Element to check 
Return Value
Type: 
Boolean
See Also