Click or drag to resize
UIContextHelperGetElementUrl Method (UIElementInfo, UIContext)
Returns element's url based on elements type

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetElementUrl(
	UIElementInfo ui,
	UIContext context = null
)

Parameters

ui
Type: CMS.ModulesUIElementInfo
UI element info object
context (Optional)
Type: CMS.PortalEngineUIContext
Control's UI context

Return Value

Type: String
See Also