pa_is_folder_p (public)

 pa_is_folder_p folder_id [ package_id ]

Defined in packages/photo-album/tcl/photo-album-procs.tcl

returns "t" if folder_id is a folder that is a child of the root folder for the package, else "f"

Parameters:
folder_id (required)
package_id (optional)

Testcases:
No testcase defined.
Source code:
    return [pa_is_type_in_package $folder_id "content_folder" $package_id]
Generic XQL file:
packages/photo-album/tcl/photo-album-procs.xql

PostgreSQL XQL file:
packages/photo-album/tcl/photo-album-procs-postgresql.xql

Oracle XQL file:
packages/photo-album/tcl/photo-album-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: