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:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc site_map_unmount_application
    db_transaction {
        site_node::unmount -node_id $node_id

        if {$delete_p == "t"} {
            site_node::delete -node_id $node_id
        }
    }
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: