Skip past navigation linksSecure Global Desktop 4.31 Administration Guide > Applets > closeHierarchyLevel (webtop script and webtop tray applets)

closeHierarchyLevel (webtop script and webtop tray applets)

Syntax

Skip past command syntax or program codeString closeHierarchyLevel(String location)

Description

For hierarchical webtops, closes a level of the hierarchy, freeing up the resources associated with that level.

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

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

Examples

Skip past command syntax or program codeapplet.closeHierarchyLevel(".../_ens/o=Indigo Insurance/cn=Applications");

Closes the Application group, freeing up resources.

Related topics