JAVA/CORBA CLASSES


SelectionFormula property
Example

Read-write. Formula that selects notes for inclusion in the collection.

Defined in

NoteCollection

Data type

String

Syntax

public String getSelectionFormula()
  throws NotesException

public void setSelectionFormula(String flag)
  throws NotesException

Usage

This property must be a valid Domino formula that evaluates to true (includes the note) or false (excludes the note) for each note.

This property is initially an empty string, which is equivalent to selecting all notes.

This property is not a stand-alone specification. It intersects the other selection criteria.

Language cross-reference

SelectionFormula property in LotusScript NotesNoteCollection class

Example
See Also