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.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 11.0.0
Syntax public static string GetApplicationDescriptionUrl(
UIElementInfo uiElement
)
Parameters
- uiElement
- Type: CMS.ModulesUIElementInfo
UI element info object
Return Value
Type:
StringSee Also