ad_category_parentage_list

EveAndersson.com : API Browser : ad_category_parentage_list

ad_category_parentage_list

ad_category_parentage_list category_id
Defined in tcl/ad-categories.tcl

Returns a list of lists, where each sublist is one line of parentage up from the specified category to the hierarchy root. In turn, each parentage line list consists of two-item lists: category_id and category. A list of lists is needed since a category can have multiple parents. If this category has no parents, then return the empty list.

Parameters:
category_id
[ show source ]

Show another procedure:

eve@eveandersson.com