content::symlink::resolve (public)

 content::symlink::resolve -item_id item_id

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

Return the item_id of the target item to which the symlink points

Switches:
-item_id (required)
item_id of the symlink
Returns:
NUMBER(38)

Testcases:
No testcase defined.
Source code:
    return [package_exec_plsql -var_list [list  [list item_id $item_id ]  ] content_symlink resolve]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: