xo::db::CrFolder instproc save (public)

 <instance of xo::db::CrFolder[i]> save args [ args... ]

Defined in packages/xotcl-core/tcl/cr-procs.tcl

Save an existing CrFolder instance in the database.

Parameters:
args

Partial Call Graph (max 5 caller/called nodes):
%3 content::folder::update content::folder::update (public) xo::db::CrFolder instproc save xo::db::CrFolder instproc save xo::db::CrFolder instproc save->content::folder::update

Testcases:
No testcase defined.
Source code:
set folder_id ${:folder_id}
content::folder::update  -folder_id $folder_id  -attributes [list  [list name ${:name}]  [list label ${:label}]  [list description ${:description}] ]
[:info class] get_context package_id user_id ip
::xo::dc 1row _ "select acs_object__update_last_modified(:folder_id, :user_id, :ip)"
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: