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):
%3 test_attachments_name_api attachments_name_api (test attachments) content::extlink::name content::extlink::name test_attachments_name_api->content::extlink::name test_content_extlink content_extlink (test acs-content-repository) test_content_extlink->content::extlink::name db_string db_string (public) content::extlink::name->db_string attachments::get_title attachments::get_title (public) attachments::get_title->content::extlink::name packages/file-storage/www/simple-delete.tcl packages/file-storage/ www/simple-delete.tcl packages/file-storage/www/simple-delete.tcl->content::extlink::name

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

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