content_symlink::symlink_p (public, deprecated)

 content_symlink::symlink_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 a symlink

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

PostgreSQL XQL file:
<fullquery name="content_symlink::symlink_p.symlink_check">
    <querytext>

        select content_symlink__is_symlink (
          :item_id
        );

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

Oracle XQL file:
<fullquery name="content_symlink::symlink_p.symlink_check">
    <querytext>

        select content_symlink.is_symlink (:item_id)
        from dual

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

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