Click or drag to resize
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.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static bool CheckElementAvailabilityInUI(
	UIElementInfo uiElement
)

Parameters

uiElement
Type: CMS.ModulesUIElementInfo
UI Element to check

Return Value

Type: Boolean
See Also