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

closeHierarchyLevel (webtop script and webtop tray applets)

Syntax

String 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

applet.closeHierarchyLevel(".../_ens/o=Indigo Insurance/cn=Applications");

Closes the Application group, freeing up resources.

Related topics