attachments::unmap_root_folder (public)

 attachments::unmap_root_folder -package_id package_id \
    -folder_id folder_id

Defined in packages/attachments/tcl/attachments-procs.tcl

Designate a folder as the attachment root folder for a package.

Switches:
-package_id
(required)
-folder_id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 test_attachments_map_folder attachments_map_folder (test attachments) attachments::unmap_root_folder attachments::unmap_root_folder test_attachments_map_folder->attachments::unmap_root_folder db_dml db_dml (public) attachments::unmap_root_folder->db_dml

Testcases:
attachments_map_folder
Source code:
        db_dml unmap_root_folder_delete {}
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
<fullquery name="attachments::unmap_root_folder.unmap_root_folder_delete">
    <querytext>
            delete
            from attachments_fs_root_folder_map
            where package_id = :package_id and
            folder_id = :folder_id
        </querytext>
</fullquery>
packages/attachments/tcl/attachments-procs.xql

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