.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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