fs::category_links (private)

 fs::category_links -object_id object_id -folder_id folder_id \
    [ -selected_category_id selected_category_id ] [ -fs_url fs_url ] \
    [ -joinwith joinwith ]

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

Switches:
-object_id
(required)
the file storage object_id whose category list we creating
-folder_id
(required)
the folder the category link should shearch on
-selected_category_id
(optional)
the category that has been selected and for which a link to return to the folder without that category limitation should exist
-fs_url
(optional)
is the file storage url for which these links will be created - defaults to the current package_url
-joinwith
(defaults to ", ") (optional)
allows you to join the link list with something other than the default ", "
Returns:
a list of category_links to filter the supplied folder for a given category

Partial Call Graph (max 5 caller/called nodes):
%3 packages/file-storage/www/file.tcl packages/file-storage/ www/file.tcl fs::category_links fs::category_links packages/file-storage/www/file.tcl->fs::category_links packages/file-storage/www/folder-chunk.tcl packages/file-storage/ www/folder-chunk.tcl packages/file-storage/www/folder-chunk.tcl->fs::category_links packages/file-storage/www/simple.tcl packages/file-storage/ www/simple.tcl packages/file-storage/www/simple.tcl->fs::category_links ad_conn ad_conn (public) fs::category_links->ad_conn category::get_mapped_categories category::get_mapped_categories (public) fs::category_links->category::get_mapped_categories category::get_name category::get_name (public) fs::category_links->category::get_name export_vars export_vars (public) fs::category_links->export_vars

Testcases:
No testcase defined.
[ show source ]
Show another procedure: