.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


ParameterDocID property
Example

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