NotesQueryResultsProcessor (LotusScript)
Aggregates, computes, sorts, and formats collections of Documents.
Note: This class is new with Release 12.0.
Containment
Contained by NotesDatabase
Properties
Methods
Creation
To create a QueryResultsProcessor object, use the CreateQueryResultsProcessor method in NotesDatabase.
Syntax
Dim variableNameAs NotesQueryResultsProcessor
Set notesQueryResultsProcessor = notesDatabase.CreateQueryResultsProcessor
Parameters
None