JAVA/CORBA CLASSES


remove method
Example

Removes one or more notes from a note collection.

Defined in

NoteCollection

Syntax

public void remove(Agent removalspecifier)
   throws NotesException

public void remove(Document removalspecifier)
   throws NotesException

public void remove(DocumentCollection removalspecifier)
   throws NotesException

public void remove(Form removalspecifier)
   throws NotesException

public void remove(NoteCollection removalspecifier)
   throws NotesException

public void remove(View removalspecifier)
   throws NotesException

public void remove(String removalspecifier)
   throws NotesException

public void remove(int removalspecifier)
   throws NotesException

Parameters

Agent removalspecifier


Document removalspecifier
DocumentCollection removalspecifier
Form removalspecifier
NoteCollection removalspecifier
View removalspecifier
String removalspecifier
int removalspecifier
Language cross-reference

Remove method in LotusScript NotesNoteCollection class

Example
See Also