JAVA/CORBA CLASSES


add method
Example

Adds one or more notes to a note collection.

Defined in

NoteCollection

Syntax

public void add(Agent additionspecifier)
   throws NotesException

public void add(Document additionspecifier)
   throws NotesException

public void add(DocumentCollection additionspecifier)
   throws NotesException

public void add(Form additionspecifier)
   throws NotesException

public void add(NoteCollection additionspecifier)
   throws NotesException

public void add(View additionspecifier)
   throws NotesException

public void add(String additionspecifier)
   throws NotesException

public void add(int additionspecifier)
   throws NotesException

Parameters

Agent additionspecifier


Document additionspecifier
DocumentCollection additionspecifier
Form additionspecifier
NoteCollection additionspecifier
View additionspecifier
String additionspecifier
int additionspecifier
Usage

The Parent database of the note(s) to add must be the same as the note collection.

Language cross-reference

Add method in LotusScript NotesNoteCollection class

Example
See Also