doc_get_property nameWhat it does:
Returns a property (or an empty string if no such property exists).Defined in: /web/philip/packages/acs-core/document-procs.tcl
Source code:
global doc_properties if { [info exists doc_properties($name)] } { return $doc_properties($name) } return ""