GetPPDocProperty(docHandle, propertyName);
docHandle
An identifier specifying a document. You can retrieve the identifier by using either the GetFirstPPDoc() or the GetNextPPDoc() function.propertyName
The name of the document property. The propertyName can be:
• ppdocid – the Post-processor document ID.
• ppjobid – the Post-processor job ID.
• status – the document status.
• priority – the document priority.
• creationtime – the document creation time.
• processtime – the document process time.
• error – the document error.
• pages – the number of logical pages in the document.
• resrepository – the resource repository.
• resserver – the resource repository server.Returns the value of the specified property for the document specified by the docHandle parameter.The value of propertyName.$doc_handle=GetFirstPPDoc();$subject=GetPPDocProperty($doc_handle, "ppdocid");$subject=123
OpenText StreamServe 5.6 | Updated: 2013-03-01 |