Click or drag to resize
UIContextHelperFindElementFeature Method
Returns element feature. If feature is empty, tries to find it from parents.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static string FindElementFeature(
	UIElementInfo ui
)

Parameters

ui
Type: CMS.ModulesUIElementInfo
UI element to check

Return Value

Type: String
See Also