content_symlink::new (public, deprecated)
content_symlink::new [ -symlink_id symlink_id ] -target_id target_id \
-parent_id parent_id [ -name name ] [ -label label ] \
[ -package_id package_id ]Defined in packages/acs-content-repository/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Create a new internal link.
- Switches:
- -symlink_id (optional)
- Optional pre-assigned object_id for the link
- -target_id (required)
- The item_id of the target of the link
- -parent_id (required)
- The folder that will contain this symlink
- -name (optional)
- Name to assign the object (defaults to the name of the target item)
- -label (optional)
- Label for the symlink (defaults to the URL)
- -package_id (optional)
- Package Id of the package that created the link
- See Also:
- Testcases:
- No testcase defined.