- Examples: NotesView class
- Aliases (NotesView - LotusScript)
Read-write. The aliases of a view.
- AllEntries (NotesView - LotusScript)
Read-only. All document entries in a view.
- AutoUpdate (NotesView - LotusScript)
Read-write. Indicates whether a view is automatically refreshed by the currently running code when a navigation method touches an update (addition, deletion, or change) to the database that occurred after view creation or the last refresh.
- BackgroundColor (NotesView - LotusScript)
Read-write. The background color of a view.
- ColumnCount (NotesView - LotusScript)
Read-only. The number of columns in a view.
- ColumnNames (NotesView - LotusScript)
Read-only. The names of the columns in a view.
- Columns (NotesView - LotusScript)
Read-only. All the columns in a view.
- Created (NotesView - LotusScript)
Read-only. The date/time a view was created.
- EntryCount (NotesView - LotusScript)
Read-only. The number of documents in a view.
- HeaderLines (NotesView - LotusScript)
Read-only. The number of lines in the header of a view.
- HttpURL (NotesView - LotusScript)
Read-only. The Domino® URL of a view when HTTP protocols are in effect.
- IsCalendar (NotesView - LotusScript)
Read-only. Indicates whether a view is a calendar view.
- IsCategorized (NotesView - LotusScript)
Read-only. Indicates whether a view is categorized.
- IsConflict (NotesView - LotusScript)
Read-only. Indicates whether a view is enabled for conflict checking.
- IsDefaultView (NotesView - LotusScript)
Read-write. Indicates whether a view is the default view of the database.
- IsFolder (NotesView - LotusScript)
Read-only. Indicates whether a NotesView object represents a folder.
- IsHierarchical (NotesView - LotusScript)
Read-only. Indicates whether a view shows response documents in a hierarchy.
- IsModified (NotesView - LotusScript)
Read-only. Indicates whether a view is modified.
- IsPrivate (NotesView - LotusScript)
Read-only. Indicates whether an entry is specific to an individual.
- IsProhibitDesignRefresh (NotesView - LotusScript)
Read-write. Indicates whether a design refresh or replace can overwrite a view.
- LastModified (NotesView - LotusScript)
Read-only. The date/time a view was last modified.
- LockHolders (NotesView - LotusScript)
Read-only. The names of the holders of a lock.
- Name (NotesView - LotusScript)
Read-write. The name of a view.
- NotesURL (NotesView - LotusScript)
Read-only. The Domino® URL of a view when Notes® protocols are in effect.
- Parent (NotesView - LotusScript)
Read-only. The database to which a view belongs.
- ProtectReaders (NotesView - LotusScript)
Read-write. Protects $Readers items from being overwritten by replication.
- Readers (NotesView - LotusScript)
Read-write. The contents of the $Readers field associated with the view.
- RowLines (NotesView - LotusScript)
Read-only. The number of lines in each row of a view.
- SelectionFormula (NotesView - LotusScript)
Read-write. The selection formula of a view.
- Spacing (NotesView - LotusScript)
Read-write. The spacing between rows of a view.
- TopLevelEntryCount (NotesView - LotusScript)
Read-only. The number of top-level entries in a view.
- UniversalID (NotesView - LotusScript)
Read-only. The Universal ID of a view, which is a 32-character combination of letters and numbers that uniquely identifies a view across all replicas of a database.
- ViewInheritedName (NotesView - LotusScript)
Read-only. The name of the view whose design a view inherits.
- Clear (NotesView - LotusScript)
Clears the full-text search filtering on a view.
- CopyColumn (NotesView - LotusScript)
Creates a new column by copying an existing one.
- CreateColumn (NotesView - LotusScript)
Creates a new column.
- CreateViewNav (NotesView - LotusScript)
Creates a view navigator for all entries in a view.
- CreateViewNavFrom (NotesView - LotusScript)
Creates a view navigator for all entries in a view starting at a specified entry.
- CreateViewNavFromAllUnread (NotesView - LotusScript)
Creates a view navigator for all unread entries in a view.
- CreateViewNavFromCategory (NotesView - LotusScript)
Creates a view navigator for all entries under a specified category.
- CreateViewNavFromChildren (NotesView - LotusScript)
Creates a view navigator for all the immediate children of a specified entry.
- CreateViewNavFromDescendants (NotesView - LotusScript)
Creates a view navigator for all the descendants of a specified entry.
- CreateViewNavMaxLevel (NotesView - LotusScript)
Creates a view navigator for all entries in a view down to a specified level.
- FTSearch (NotesView - LotusScript)
Conducts a full-text search on all documents in a view and filters the view so it represents only those documents that match the full-text query. This method does not find word variants.
- FTSearchSorted (NotesView - LotusScript)
Conducts a full-text search on all documents in a view and filters the view so it represents only those documents that match the full-text query in sorted order.
- GetAllDocumentsByKey (NotesView - LotusScript)
Finds documents based on their column values within a view. You create an array of keys, where each key corresponds to a value in a sorted column in the view. The method returns all documents whose column values match each key in the array.
- GetAllEntriesByKey (NotesView - LotusScript)
Finds view entries of type document based on their column values within a view. You create an array of keys, where each key corresponds to a value in a sorted column in the view. The method returns all entries whose column values match each key in the array.
- GetAllReadEntries (NotesView - LotusScript)
The method returns all entries associated with documents that have been read.
- GetAllUnreadEntries (NotesView - LotusScript)
The method returns all entries associated with documents that are unread.
- GetChild (NotesView - LotusScript)
Given a document in a view, returns the first response to the document.
- GetColumn (NotesView - LotusScript)
Returns a specified column in a view.
- GetDocumentByKey (NotesView - LotusScript)
Finds a document based on its column values within a view. You create an array of keys, where each key corresponds to a value in a sorted column in the view. The method returns the first document whose column values match each key in the array.
- GetEntryByKey (NotesView - LotusScript)
Finds a view entry of type document based on its column values within a view. You create an array of keys, where each key corresponds to a value in a sorted column in the view. The method returns the first entry whose column values match each key in the array.
- GetFirstDocument (NotesView - LotusScript)
Returns the first document in a view. This is the same document you see when you scroll to the beginning of the view in the Notes® user interface.
- GetLastDocument (NotesView - LotusScript)
Returns the last document in a view. This is the same document you see when you scroll to the end of the view in the Notes® user interface.
- GetNextDocument (NotesView - LotusScript)
Given a document in a view, returns the document immediately following it.
- GetNextSibling (NotesView - LotusScript)
Given a document in a view, returns the document immediately following the given document at the same level. If you send the method a main document, the next main document in the view is returned. If you send a response document, the next response document with the same parent is returned.
- GetNthDocument (NotesView - LotusScript)
Given a number, returns the document at the given position in the top level of a view.
- GetParentDocument (NotesView - LotusScript)
Given a response document in a view, returns its parent document.
- GetPrevDocument (NotesView - LotusScript)
Given a document in a view, returns the document immediately preceding.
- GetPrevSibling (NotesView - LotusScript)
Given a document in a view, returns the document immediately preceding the given document at the same level. If you send the method a main document, the preceding main document in the view is returned. If you send a response document, the preceding response document with the same parent is returned.
- Lock (NotesView - LotusScript)
Locks a view.
- LockProvisional (NotesView - LotusScript)
Locks an view provisionally.
- MarkAllRead (NotesView - LotusScript)
Marks all documents in the view as read.
- MarkAllUnread (NotesView - LotusScript)
Marks all documents in the view as unread.
- Refresh (NotesView - LotusScript)
Updates the view index to reflect any document changes since the NotesView object was created, or since the index was last refreshed.
- Remove (NotesView - LotusScript)
Permanently removes a view from a database.
- RemoveColumn (NotesView - LotusScript)
Removes a column.
- ResortView (NotesView - LotusScript)
Resorts a view.
- SetAliases (NotesView - LotusScript)
Sets the aliases of a view.
- UnLock (NotesView - LotusScript)
Unlocks a view.