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 (optional, defaults to
", "
)- 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):
- Testcases:
- No testcase defined.