content_extlink::extlink_name (public, deprecated)

 content_extlink::extlink_name -item_id item_id

Defined in packages/acs-content-repository/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Returns the name of an extlink

Switches:
-item_id (required)
The object id of the item to check.
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc content_extlink::extlink_name
    return [db_string extlink_name {}]
Generic XQL file:
<fullquery name="content_extlink::extlink_name.extlink_name">
    <querytext>
          select label
          from cr_extlinks
          where extlink_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

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