Click or drag to resize
UIContextHelperGetApplicationDescriptionUrl Method
Returns URL to Application description for given element. If provided element doesn't have an application, empty string is returned.

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 GetApplicationDescriptionUrl(
	UIElementInfo uiElement
)

Parameters

uiElement
Type: CMS.ModulesUIElementInfo
UI element info object

Return Value

Type: String
See Also