- Aliases (NotesView - JavaScript)
Read-write. The aliases of a view.
- AllEntries (NotesView - JavaScript)
Read-only. All document entries in a view in view order.
- BackgroundColor (NotesView - JavaScript)
Read-write. The background color of a view.
- ColumnCount (NotesView - JavaScript)
Read-only. The number of columns in a view.
- ColumnNames (NotesView - JavaScript)
Read-only. The names of the columns in a view.
- Columns (NotesView - JavaScript)
Read-only. The columns in a view.
- Created (NotesView - JavaScript)
Read-only. The date and time when a view was created.
- EntryCount (NotesView - JavaScript)
Read-only. The number of documents in a view.
- HeaderLines (NotesView - JavaScript)
Read-only. The number of lines in the header of a view.
- HttpURL (NotesView - JavaScript)
Read-only. The Domino® URL of a view when HTTP protocols are in effect.
- IsAutoUpdate (NotesView - JavaScript)
Read-write. Indicates whether a view is automatically refreshed when a navigation method touches an update (addition, deletion, or change) to the database that occurred after view creation or the last refresh.
- IsCalendar (NotesView - JavaScript)
Read-only. Indicates whether a view is a calendar view.
- IsCategorized (NotesView - JavaScript)
Read-only. Indicates whether a view is categorized.
- IsConflict (NotesView - JavaScript)
Read-only. Indicates whether a view is enabled for conflict checking.
- IsDefaultView (NotesView - JavaScript)
Read-write. Indicates whether a view is the default view of the database.
- IsFolder (NotesView - JavaScript)
Read-only. Indicates whether a NotesView object represents a folder.
- IsHierarchical (NotesView - JavaScript)
Read-only. Indicates whether a view shows response documents in a hierarchy.
- IsModified (NotesView - JavaScript)
Read-only. Indicates whether a view is modified.
- IsPrivate (NotesView - JavaScript)
Read-only. Indicates whether a view is private or shared on first use.
- IsProhibitDesignRefresh (NotesView - JavaScript)
Read-write. Indicates whether a design refresh or replace can overwrite a view.
- IsProtectReaders (NotesView - JavaScript)
Read-Write. Protects $Readers
items from being overwritten by replication.
- IsQueryView (NotesView - JavaScript)
Read-only. Indicates whether a view is a DB2® query view.
- LastModified (NotesView - JavaScript)
Read-only. The date that a view was last modified.
- LockHolders (NotesView - JavaScript)
Read-only. The names of the holders of a lock.
- Name (NotesView - JavaScript)
Read-write. The name of a view.
- NotesURL (NotesView - JavaScript)
Read-only. The Domino® URL of a view when Notes® protocols are in effect.
- Parent (NotesView - JavaScript)
Read-only. The database to which a view belongs.
- Readers (NotesView - JavaScript)
Read-Write. The contents of the $Readers
field associated with the view.
- RowLines (NotesView - JavaScript)
Read-only. The number of lines in each row of a view.
- SelectionFormula (NotesView - JavaScript)
Read-write. The selection formula of a view.
- SelectionQuery (NotesView - JavaScript)
Read-write. The selection query of a DB2® query view.
- Spacing (NotesView - JavaScript)
Read-write. The spacing between rows of a view.
- TopLevelEntryCount (NotesView - JavaScript)
Read-only. The number of top-level entries in a view.
- UniversalID (NotesView - JavaScript)
Read-only. The universal ID of a view, which is a 32-character hexadecimal value that uniquely identifies a view across all replicas of a database.
- ViewInheritedName (NotesView - JavaScript)
Read-only. The name of the view whose design a view inherits.
- clear (NotesView - JavaScript)
Clears the full-text search filtering on a view.
- copyColumn (NotesView - JavaScript)
Creates a new column by copying an existing one.
- createColumn (NotesView - JavaScript)
Creates a new column.
- createViewEntryCollection (NotesView - JavaScript)
Creates an empty view entry collection.
- createViewNav (NotesView - JavaScript)
Creates a view navigator for all entries in a view.
- createViewNavFrom (NotesView - JavaScript)
Creates a view navigator for all entries in a view starting at a specified entry.
- createViewNavFromAllUnread (NotesView - JavaScript)
Creates a view navigator for all unread entries in a view.
- createViewNavFromCategory (NotesView - JavaScript)
Creates a view navigator for all entries in a view under a specified category.
- createViewNavFromChildren (NotesView - JavaScript)
Creates a view navigator for the immediate children of a specified entry.
- createViewNavFromDescendants (NotesView - JavaScript)
Creates a view navigator for all the descendants of a specified entry.
- createViewNavMaxLevel (NotesView - JavaScript)
Creates a view navigator for all entries in a view down to a specified level.
- FTSearch (NotesView - JavaScript)
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.
- FTSearchSorted (NotesView - JavaScript)
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 - JavaScript)
Finds documents based on their column values within a view. You create a key or vector 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 the keys.
- getAllEntriesByKey (NotesView - JavaScript)
Finds view entries of type document based on their column values within a view. You create a key or vector 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 the keys.
- getAllReadEntries (NotesView - JavaScript)
The method returns all entries associated with documents that have been read.
- getAllUnreadEntries (NotesView - JavaScript)
The method returns all entries associated with documents that have not been read.
- getChild (NotesView - JavaScript)
Given a document in a view, returns the first response to the document.
- getColumn (NotesView - JavaScript)
Returns a specified column in a view.
- getColumnValues (NotesView - JavaScript)
Gets the value of each row in a column.
- getDocumentByKey (NotesView - JavaScript)
Finds a document based on its column values within a view. You create a key or vector of keys, where each key corresponds to a value in a sorted column in the view. The method returns the first document with column values that match the keys.
- getEntryByKey (NotesView - JavaScript)
Finds a view entry of type document based on its column values within a view. You create a key or vector of keys, where each key corresponds to a value in a sorted column in the view. The method returns the first entry with column values that match the keys.
- getFirstDocument (NotesView - JavaScript)
Returns the first document in a view.
- getLastDocument (NotesView - JavaScript)
Returns the last document in a view.
- getNextDocument (NotesView - JavaScript)
Given a document in a view, returns the document immediately following it.
- getNextSibling (NotesView - JavaScript)
Given a document in a view, returns the document immediately following it 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. If the view is categorized, the next sibling is in the same category as the original document.
- getNthDocument (NotesView - JavaScript)
Returns the document at a specified position in the top level of a view.
- getParentDocument (NotesView - JavaScript)
Given a response document in a view, returns its parent document.
- getPrevDocument (NotesView - JavaScript)
Given a document in a view, returns the document immediately preceding it.
- getPrevSibling (NotesView - JavaScript)
Given a document in a view, returns the document immediately preceding it at the same level. If you use this method on a main document, the preceding main document in the view is returned. If you use it on a response document, the preceding response document with the same parent is returned. If the view is categorized, the previous sibling is in the same category as the original document.
- getURL (NotesView - JavaScript)
Gets the Domino® URL for the view.
- lock (NotesView - JavaScript)
Locks a view.
- lockProvisional (NotesView - JavaScript)
Locks a view provisionally.
- markAllRead (NotesView - JavaScript)
Marks all documents in the view as read.
- markAllUnread (NotesView - JavaScript)
Marks all documents in the view as unread.
- refresh (NotesView - JavaScript)
Updates view contents to reflect any updates to the database since the NotesView
object was created, or since the last refresh.
- remove (NotesView - JavaScript)
Permanently removes a view from a database.
- removeColumn (NotesView - JavaScript)
Removes a column.
- resortView (NotesView - JavaScript)
Resorts a view.
- setAliases (NotesView - JavaScript)
Sets the aliases of a view.
- unlock (NotesView - JavaScript)
Unlocks a view.