template::get_mime_header_preamble (public)

 template::get_mime_header_preamble mime_type

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

Parameters:
mime_type
Returns:
the mime_header preamble if exists otherwise ""

Partial Call Graph (max 5 caller/called nodes):
%3 adp_parse_ad_conn_file adp_parse_ad_conn_file (private) template::get_mime_header_preamble template::get_mime_header_preamble adp_parse_ad_conn_file->template::get_mime_header_preamble

Testcases:
No testcase defined.
Source code:
    if { [nsv_exists template_header_preamble $mime_type] } {
        return [nsv_get template_header_preamble $mime_type]
    } else {
        return ""
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: