JAVA/CORBA CLASSES


AllDocuments property
Example

Read-only. An unsorted collection containing all the documents in a database.

Defined in

Database

Data type

DocumentCollection

Syntax

public DocumentCollection getAllDocuments()
   throws NotesException

Usage

The FTSearch and search methods return smaller collections of documents that meet specific criteria.

Using the AllDocuments property is more efficient than using the search method with an @All formula.

The database must be open to use this property.

Language cross-reference

AllDocuments property in LotusScript NotesDatabase class

Example
See Also