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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.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