ParameterDocID (Agent - Java)

Read-only. Returns the NoteID of a document passed in by Run or RunOnServer.

Note: This property is new with Release 5.02.

Defined in

Agent

Data type

String

Syntax

public String getParameterDocID()
    throws NotesException

Usage

Use getDocumentByID in Database to get a document through its NoteID.

Example