content::extlink::name (public)
content::extlink::name -item_id item_id
Defined in packages/acs-content-repository/tcl/content-extlink-procs.tcl
Returns the name of an extlink
- Switches:
- -item_id (required)
- The object id of the item to check.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- content_extlink, attachments_name_api
Source code: return [db_string get {}]XQL Not present: PostgreSQL, Oracle Generic XQL file: <fullquery name="content::extlink::name.get"> <querytext> select label from cr_extlinks where extlink_id = :item_id </querytext> </fullquery>packages/acs-content-repository/tcl/content-extlink-procs.xql