ad_page_contract_filter_priority (public)

 ad_page_contract_filter_priority filter

Defined in packages/acs-tcl/tcl/tcl-documentation-procs.tcl

Returns the type of proc that executes the given ad_page_contract filter, or the empty string if the filter is not defined.

Parameters:
filter
Author:
Lars Pind <lars@pinds.com>
Created:
25 July 2000

Partial Call Graph (max 5 caller/called nodes):
%3 ad_page_contract ad_page_contract (public) ad_page_contract_filter_priority ad_page_contract_filter_priority ad_page_contract->ad_page_contract_filter_priority

Testcases:
No testcase defined.
Source code:
    return [lindex [set ::acs::ad_page_contract_filters($filter)] 4]
    #return [lindex [nsv_get ad_page_contract_filters $filter] 4]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: