content::extlink::edit (public)

 content::extlink::edit -extlink_id extlink_id -url url -label label \
    -description description

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

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)

Partial Call Graph (max 5 caller/called nodes):
%3 test_content_extlink content_extlink (test acs-content-repository) content::extlink::edit content::extlink::edit test_content_extlink->content::extlink::edit ad_conn ad_conn (public) content::extlink::edit->ad_conn db_dml db_dml (public) content::extlink::edit->db_dml db_transaction db_transaction (public) content::extlink::edit->db_transaction packages/file-storage/www/simple-edit.tcl packages/file-storage/ www/simple-edit.tcl packages/file-storage/www/simple-edit.tcl->content::extlink::edit

Testcases:
content_extlink
[ show source ]
Show another procedure: