LOTUSSCRIPT/COM/OLE CLASSES
Read-only. Returns the note ID of a document passed to the agent by Run or RunOnServer.
Note This property is new with Release 5.02.
Defined in
NotesAgent
Data type
String
Syntax
To get: paramid$ = notesAgent.ParameterDocID
Usage
Use GetDocumentByID method in NotesDatabase to retrieve a document with its note ID.
Language cross-reference
ParameterDocID in Java Agent class
Example See Also