UIContextHelperIsInGlobalApplicationScope Method |
Indicates whether current element is in Global application scope (current or parent)
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also