content_extlink::new (public, deprecated)

 content_extlink::new [ -extlink_id extlink_id ] -url url \
    -parent_id parent_id [ -name name ] [ -label label ] \
    [ -description description ] [ -package_id package_id ]

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

Deprecated. Invoking this procedure generates a warning.

Create a new external link.

Switches:
-extlink_id (optional)
Optional pre-assigned object_id for the link
-url (required)
The URL of the external resource
-parent_id (required)
The folder that will contain this extlink
-name (optional)
Name to assign the object (defaults to "link extlink_id")
-label (optional)
Label for the extlink (defaults to the URL)
-description (optional)
An extended description of the link (defaults to NULL)
-package_id (optional)
Package Id of the package that created the link
See Also:

Testcases:
No testcase defined.
[ show source ]
Show another procedure: