ParameterDocID (NotesAgent - LotusScript®)

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.

Example