過去のナビゲーションリンクのスキップSecure Global Desktop 4.31 管理者ガイド > アプレット > getObjectDisplayNameByName (Webtop スクリプトアプレットおよび Webtop トレイアプレット)

getObjectDisplayNameByName (Webtop スクリプトアプレットおよび Webtop トレイアプレット)

構文

過去のコマンド構文またはプログラムコードのスキップString getObjectDisplayNameByName(String objectName)

説明

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.

過去のコマンド構文またはプログラムコードのスキップ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.

関連トピック