fs::do_notifications (public)

 fs::do_notifications -folder_id folder_id -filename filename \
    -item_id item_id [ -package_id package_id ] -action action

Defined in packages/file-storage/tcl/file-storage-procs.tcl

Send notifications for file-storage operations. Note that not all possible operations are implemented, e.g. move, copy etc. See documentation.

Switches:
-folder_id (required)
-filename (required)
-item_id (required)
-package_id (optional)
-action (required)
The kind of operation. One of: new_file, new_version, new_url, delete_file, delete_url, delete_folder

Testcases:
fs_add_file_to_folder
[ show source ]
Show another procedure: