JAVA/CORBA CLASSES


intersect method
Example

Creates a note collection containing the notes common to the original collection and the note or notes specified in the intersection parameter.

Defined in

NoteCollection

Syntax

public void intersect(Agent intersectionspecifier)
   throws NotesException

public void intersect(Document intersectionspecifier)
   throws NotesException

public void intersect(DocumentCollection intersectionspecifier)
   throws NotesException

public void intersect(Form intersectionspecifier)
   throws NotesException

public void intersect(NoteCollection intersectionspecifier)
   throws NotesException

public void intersect(View intersectionspecifier)
   throws NotesException

public void intersect(String intersectionspecifier)
   throws NotesException

public void intersect(int intersectionspecifier)
   throws NotesException

Parameters

Agent intersectionspecifier


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

The Parent databases of the note collections must be the same.

Language cross-reference

Intersect method in LotusScript NotesNoteCollection class

Example
See Also