LOTUSSCRIPT/COM/OLE CLASSES


NotesViewEntry class
Example

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

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 FTSearchScore, ColumnValues, or ParentView set. These values should be accessed via the ViewEntry, not the Document.

Example
See Also