pub.monitor.document:exists
Determines whether a specified document exists in the logging database.
Input Parameters
documentID | String Document ID of the document to check for in the logging database. Specify the complete, exact ID. Note: | Whether the documentID is treated as case-sensitive depends on how the underlying database (for example, Oracle, DB2, or SQL server) handles the queries that Monitor issues to obtain data. |
|
Output Parameters
exists | String Indicates whether the document exists in the logging database. true Document exists in the database. false Document does not exist in the database. |