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

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

構文

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

説明

Obtains the members of a group object and makes the contents available for scripting.

For location, use the full TFN name of the group to open.

Returns "OK" if the operation succeeds, or "Error" if it fails.

The parent of the group must be open for any group to open correctly.

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

過去のコマンド構文またはプログラムコードのスキップverdict = applet.openHierarchyLevel(".../_ens/o=Indigo Insurance/cn=Applications");
if (verdict == "OK")
    alert("Contents of application group downloaded!");
else
    alert("Error!");

Obtains the members of the Applications group, and displays a dialog reporting success or failure.

関連トピック