content_symlink::symlink_name (public)
content_symlink::symlink_name -item_id item_id
Defined in packages/acs-content-repository/tcl/deprecated-procs.tcl
Returns the name of an symlink
- Switches:
- -item_id (required)
- The object id of the item to check.
- Testcases:
- No testcase defined.
Source code: return [db_string symlink_name {}]Generic XQL file: <fullquery name="content_symlink::symlink_name.symlink_name"> <querytext> select label from cr_symlinks where symlink_id = :item_id </querytext> </fullquery>packages/acs-content-repository/tcl/deprecated-procs.xql
PostgreSQL XQL file: packages/acs-content-repository/tcl/deprecated-procs-postgresql.xql
Oracle XQL file: packages/acs-content-repository/tcl/deprecated-procs-oracle.xql