Script functions reference > Script functions in alphabetical order > G > GetEnvelNr

GetEnvelNr
Syntax
GetEnvelNr();
Description
Returns the envelope number of the current document. The function can be used at the following post-processing scripting levels:
Before and after document, process and page.
Returns
The envelope number. If the envelope has no number assigned, 0 is returned.
Example
$env_nr = GetEnvelNr();
Result:
$env_nr = 12
OpenText StreamServe 5.6 Updated: 2013-03-01