content_extlink::extlink_p (public, deprecated)

 content_extlink::extlink_p -item_id item_id

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

Deprecated. Invoking this procedure generates a warning.

Returns true if the given item is an external link.

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_p
    return [db_string extlink_check {}]
Generic XQL file:
packages/acs-content-repository/tcl/deprecated-procs.xql

PostgreSQL XQL file:
<fullquery name="content_extlink::extlink_p.extlink_check">
    <querytext>

        select content_extlink__is_extlink (
          :item_id
        );

      </querytext>
</fullquery>
packages/acs-content-repository/tcl/deprecated-procs-postgresql.xql

Oracle XQL file:
<fullquery name="content_extlink::extlink_p.extlink_check">
    <querytext>

        select content_extlink.is_extlink (:item_id)
        from dual

      </querytext>
</fullquery>
packages/acs-content-repository/tcl/deprecated-procs-oracle.xql

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