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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static UIElementInfo CheckSelectedElement(
	UIElementInfo uiElem,
	UIContext context
)

Parameters

uiElem
Type: CMS.ModulesUIElementInfo
Parent element
context
Type: CMS.FormEngine.Web.UIUIContext
Control's UI context

Return Value

Type: UIElementInfo
See Also