UIContextHelperGetApplicationDescriptionLink Method |
Returns link to Application description for given element.
If provided element doesn't have an application, empty string is returned.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax public static string GetApplicationDescriptionLink(
UIElementInfo uiElement
)
Parameters
- uiElement
- Type: CMS.ModulesUIElementInfo
UI element info object
Return Value
Type:
StringSee Also