attachments::map_root_folder (public)
attachments::map_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 map_root_folder_insert {}XQL Not present: PostgreSQL, Oracle Generic XQL file: <fullquery name="attachments::map_root_folder.map_root_folder_insert"> <querytext> insert into attachments_fs_root_folder_map (package_id, folder_id) values (:package_id, :folder_id) </querytext> </fullquery>packages/attachments/tcl/attachments-procs.xql