fs::get_folder (public)

 fs::get_folder -name name -parent_id parent_id

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

Retrieve the folder_id of a folder given its name and parent folder.

Switches:
-name (required)
Internal name of the folder, must be unique under a given parent_id
-parent_id (required)
The parent folder to look under
Returns:
folder_id of the folder, or null if no folder was found by that name

Testcases:
fs_create_folder_using_api
[ show source ]
Show another procedure: