GetPPMetadata(docHandle, metadataName);
docHandle
An identifier specifying a document. You can retrieve the identifier by using either the GetFirstPPDoc() or the GetNextPPDoc() function.metadataName
Returns the value of the specified metadata for the document specified by the docHandle parameter.
str
The value of the specified metadata. If the specified metadata is not found, an empty string is returned.$doc_handle=GetFirstPPDoc();$subject=GetPPMetadata($doc_handle, "invoice_no");$subject = "1234"
OpenText StreamServe 5.6 | Updated: 2013-03-01 |