content::keyword::set_heading (public)

 content::keyword::set_heading -keyword_id keyword_id -heading heading

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

Switches:
-keyword_id
(required)
-heading
(required)
Returns:
0

Partial Call Graph (max 5 caller/called nodes):
%3 packages/bug-tracker/www/admin/category-edit.tcl packages/bug-tracker/ www/admin/category-edit.tcl content::keyword::set_heading content::keyword::set_heading packages/bug-tracker/www/admin/category-edit.tcl->content::keyword::set_heading package_exec_plsql package_exec_plsql (public) content::keyword::set_heading->package_exec_plsql

Testcases:
No testcase defined.
Source code:
    return [package_exec_plsql -var_list [list  [list keyword_id $keyword_id ]  [list heading $heading ]  ] content_permission set_heading]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: