content::item::get_descendants (public)

 content::item::get_descendants -parent_id parent_id [ -depth depth ]

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

Returns the ids of every content item that is descendant of supplied parent_id.

Switches:
-parent_id
(required)
-depth
(optional)
how deep we should go in the hierarchy. 1 means direct children. Returns every descendant when not specified.
Returns:
list of cr_items.item_id

Partial Call Graph (max 5 caller/called nodes):
%3 db_list db_list (public) content::item::get_descendants content::item::get_descendants content::item::get_descendants->db_list

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