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: 9.0.0
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