LOTUSSCRIPT/COM/OLE CLASSES
Represents a view entry. A view entry represents a row in a view.
Note This class is new with Release 5.
Containment
Contained by: NotesView, NotesViewEntryCollection, NotesViewNavigator
Contains: NotesDocument
Properties
ChildCount
ColumnIndentLevel
ColumnValues
DescendantCount
Document
FTSearchScore
IndentLevel
IsCategory
IsConflict
IsDocument
IsTotal
IsValid
NoteID
Parent
SiblingCount
UniversalID
Methods
GetPosition
GetRead method
Access
You can access a view entry through the get methods in NotesViewEntryCollection and NotesViewNavigator, and through GetEntryByKey method in NotesView.
Usage
The three types of view entries are document, category, and total. ViewEntries return valid values for IsValid, NoteID, and Parent properties.
Documents retrieved from view entries do not have ColumnValues, FTSearchScore, or ParentView set. These values should be accessed via the ColumnValues, FTSearchScore, and Parent properties of the NotesViewEntry object that contains the document.
Automatic updates: avoid
Avoid automatically updating the parent view by explicitly setting AutoUpdate to False. Automatic updates degrade performance and may invalidate entries ("Entry not found in index"). You can update the view as needed with Refresh.
Example See Also