content::keyword::get_keyword_id (public)
content::keyword::get_keyword_id -parent_id parent_id -heading heading
Defined in packages/acs-content-repository/tcl/content-keyword-procs.tcl
Get the keyword with the given heading under the given parent. Returns the empty string if none exists.
- Switches:
- -parent_id (required)
- -heading (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [db_string select_keyword_id { select keyword_id from cr_keywords where parent_id = :parent_id and heading = :heading } -default {}]XQL Not present: Generic, PostgreSQL, Oracle