Click or drag to resize
UIContextHelperGetApplicationUrl Method (UIElementInfo, String)
Returns application URL for application specified by UI element object

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetApplicationUrl(
	UIElementInfo ui,
	string customQueryString = null
)

Parameters

ui
Type: CMS.ModulesUIElementInfo
UI element info
customQueryString (Optional)
Type: SystemString
Custom querystring value

Return Value

Type: String
See Also