Skip to main content

NotesViewEntry

Properties

NameDescription
ChildCountRead-only. The number of immediate children belonging to the current view entry.
ColumnIndentLevelRead-only. The columns indent level of a view entry.
ColumnValues (NotesViewEntry)Read-only. The value of each column in the view entry.
DescendantCountRead-only. The number of descendants belonging to the current view entry.
Document (NotesViewEntry)Read-only. The document associated with the view entry.
FTSearchScore (NotesViewEntry)Read-only. The full-text search score of a view entry, if it was retrieved as part of a full-text search.
IndentLevelRead-only. The indent level of a view entry.
IsCategory (NotesViewEntry)Read-only. Indicates whether a view entry is a category.
IsConflict (NotesViewEntry)Read-only. Indicates whether a view entry contains a document on which a replication or save conflict occurred.
IsDocumentRead-only. Indicates whether a view entry is a document.
IsTotalRead-only. Indicates whether a view entry is a total.
IsValid (NotesViewEntry)Read-only. Indicates whether a view entry is a valid entry.
NoteID (NotesViewEntry)Read-only. The prefix "NT" followed by the note ID of a view entry.
Parent (NotesViewEntry)Read-only. The parent view, view entry collection (COM only), or view navigator (COM only) of a view entry.
SiblingCountRead-only. The number of siblings belonging to the current view entry.
UniversalID (NotesViewEntry)Read-only. The universal ID of a document, associated with a view entry. The ID is a 32-character combination of hexadecimal digits (0-9, A-F) that…

Methods

NameDescription
GetPositionReturns the position of the entry in the view hierarchy; for example, "2.3" for the third document of the second category.
GetRead (NotesViewEntry)Returns true if the current entry has been read, otherwise false.

Examples

NameDescription
Examples: ColumnValues property (NotesViewEntry)1. This agent displays the value of the first column for a view entry.
Examples: FTSearchScore property (NotesViewEntry)This script displays the full-text search score of Breed view entry in the By Category view.
Examples: IsCategory property (NotesViewEntry)This script checks to see if the Breed view entry is a category in the By Category view.
Examples: IsConflict property (NotesViewEntry)This script checks to see if the Books view entry in the Discussion view is a conflict document.
Examples: IsValid property (NotesViewEntry)This script checks to see if the Cars view entry in the By Category view is a valid entry. If the view entry is valid, the document is placed in the…
Examples: NoteID property (NotesViewEntry)This script displays the NoteID of the view entry Volkswagen in the By Category view.
Examples: Parent property (NotesViewEntry)This script finds the parent view of the view entry Cars and prints its universal ID.