LOTUSSCRIPT/COM/OLE CLASSES


Accessing a view entry collection
Example

The NotesViewEntryCollection class allows you to gather view entries according to a specific criterion. The NotesViewEntryCollection class gives you access to the following properties:
PropertyData typeDescription
Count Long(Read-only) The number of entries in a collection
Parent NotesView(Read-only) The view that contains a view entry collection
Query String(Read-only) The text of the query that produced a view entry collection

Example
See Also