Click or drag to resize
UIContextHelperCheckSelectedElement Method
Checks if given element is parent of selected element (based by ID path)

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static UIElementInfo CheckSelectedElement(
	UIElementInfo uiElem,
	UIContext context
)

Parameters

uiElem
Type: CMS.ModulesUIElementInfo
Parent element
context
Type: CMS.PortalEngineUIContext
Control's UI context

Return Value

Type: UIElementInfo
See Also