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

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 GetElementUrl(
	UIElementInfo ui,
	UIContext context = null
)

Parameters

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

Return Value

Type: String
See Also