Secure Global Desktop Administration Guide > Applets > getObjectDisplayNameByName (webtop script and webtop tray applets)

getObjectDisplayNameByName (webtop script and webtop tray applets)

Syntax

String getObjectDisplayNameByName(String objectName)

Description

Returns the name Secure Global Desktop displays as part of the link if the webtop tray applet's ShowIcon parameter has the value true.

objectName is the full TFN name name of an application on the user's webtop.

This method can be used with either the webtop script applet or the webtop tray applet.

Examples

disName = applet.getObjectDisplayNameByName(".../_ens/o=Indigo Insurance/ou=Finance/ou=Administration/cn=Phone List");
alert("The application display name is: " + disName);

Displays a dialog containing the display name of the Phone List object.

Related topics