Accessing view entry properties
The NotesViewEntry class lets you access rows in a view. This object gives you access to the following properties:
| Property |
Data type |
Description |
|---|---|---|
| Integer |
(Read-only) The number of immediate children belonging to the current view entry |
|
| Array of variants |
(Read-only) The value of each column in the view entry |
|
| Integer |
(Read-only) The number of descendants belonging to the current view entry |
|
| NotesDocument |
(Read-only) The document associated with the view entry |
|
| Integer |
(Read-only) The full-text search score of a view entry which has been retrieved as part of a full-text search |
|
| Integer |
(Read-only) The indent level of a view entry |
|
| Boolean |
(Read-only) True if the view entry is a category |
|
| Boolean |
(Read-only) True if the view entry is a conflict document |
|
| Boolean |
(Read-only) True if the view entry is a document |
|
| Boolean |
(Read-only) True if the view entry is a total |
|
| Boolean |
(Read-only) True if the view entry is valid |
|
| String |
(Read-only) The note ID of a view entry |
|
| NotesView |
(Read-only) The parent ViewEntryCollection, ViewNavigator, or View object of a view entry |
|
| Integer |
(Read-only) The number of siblings belonging to the current view entry |
|
| String |
(Read-only) The universal ID of a document associated with a view entry |