content_extlink::edit (public, deprecated)

 content_extlink::edit -extlink_id extlink_id -url url -label label \
    -description description

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

Deprecated. Invoking this procedure generates a warning.

Edit an existing external link. The parameters are required because it is assumed that the caller will be pulling the existing values out of the database before editing them.

Switches:
-extlink_id (required)
Optional pre-assigned object_id for the link
-url (required)
The URL of the external resource
-label (required)
Label for the extlink (defaults to the URL)
-description (required)
An extended description of the link (defaults to NULL)
See Also:

Partial Call Graph (max 5 caller/called nodes):
ad_conn ad_conn (public) ad_log_deprecated ad_log_deprecated (public) db_dml db_dml (public) db_transaction db_transaction (public) content_extlink::edit content_extlink::edit content_extlink::edit->ad_conn content_extlink::edit->ad_log_deprecated content_extlink::edit->db_dml content_extlink::edit->db_transaction

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