fs_file_p (public)
fs_file_p file_id
Defined in packages/file-storage/tcl/file-storage-procs.tcl
Returns 1 if the file_id corresponds to a file in the file-storage system. Returns 0 otherwise.
- Parameters:
- file_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- fs_add_delete_copy
Source code: return [db_0or1row is_file { select 1 from acs_objects where object_id = :file_id and object_type = 'content_item'}]Generic XQL file: packages/file-storage/tcl/file-storage-procs.xql
PostgreSQL XQL file: packages/file-storage/tcl/file-storage-procs-postgresql.xql
Oracle XQL file: packages/file-storage/tcl/file-storage-procs-oracle.xql