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):
- 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