Click or drag to resize
UIContextHelperIsInGlobalApplicationScope Method
Indicates whether current element is in Global application scope (current or parent)

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static bool IsInGlobalApplicationScope(
	UIElementInfo elem,
	int rootElementId = 0
)

Parameters

elem
Type: CMS.ModulesUIElementInfo
UI element
rootElementId (Optional)
Type: SystemInt32
Root element id used for root element(displayed in dialog)

Return Value

Type: Boolean
See Also