Click or drag to resize
UIContextHelperCheckElementVisibilityCondition Method
Checks visibility condition for the given UI element

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static bool CheckElementVisibilityCondition(
	UIElementInfo ui
)

Parameters

ui
Type: CMS.ModulesUIElementInfo
UI element

Return Value

Type: Boolean
See Also