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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetApplicationDescriptionLink(
	UIElementInfo uiElement
)

Parameters

uiElement
Type: CMS.ModulesUIElementInfo
UI element info object

Return Value

Type: String
See Also