Script functions reference > Script functions in alphabetical order > C > CurrDocProperty

CurrDocProperty
Syntax
CurrDocProperty(propertyName);
propertyName
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.
Description
Returns the specified document property for the current document.
Returns
The specified document property.
Example
$docid = CurrDocProperty("ppdocid");
Result:
$docid = 123
OpenText StreamServe 5.6 Updated: 2013-03-01