template::list::filter::get_property (public)

 template::list::filter::get_property -list_name list_name \
    -filter_name filter_name -property property

Defined in packages/acs-templating/tcl/list-procs.tcl

Return a property from a given list and filter.

Switches:
-list_name
(required)
-filter_name
(required)
-property
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 template::list::filter::get_reference template::list::filter::get_reference (public) template::list::filter::get_property template::list::filter::get_property template::list::filter::get_property->template::list::filter::get_reference

Testcases:
No testcase defined.
Source code:
    get_reference  -list_name $list_name  -filter_name $filter_name

    return $filter_properties($property)
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: