site_map_unmount_application (public, deprecated)

 site_map_unmount_application [ -sync_p sync_p ] [ -delete_p delete_p ] \
    node_id

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Unmounts the specified node.

Switches:
-sync_p (optional, defaults to "t")
If "t", we flush the in-memory site map
-delete_p (optional, defaults to "f")
If "t", we attempt to delete the site node. This will fail if you have not cleaned up child nodes
Parameters:
node_id (required)
The node_id to unmount
Author:
Michael Bryzek <mbryzek@arsdigita.com>
Created:
2001-02-07
See Also:

Partial Call Graph (max 5 caller/called nodes):
ad_log_deprecated ad_log_deprecated (public) db_transaction db_transaction (public) site_node::delete site_node::delete (public) site_node::unmount site_node::unmount (public) site_map_unmount_application site_map_unmount_application site_map_unmount_application->ad_log_deprecated site_map_unmount_application->db_transaction site_map_unmount_application->site_node::delete site_map_unmount_application->site_node::unmount

Testcases:
No testcase defined.
[ show source ]
Show another procedure: