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

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