Accessing view or folder properties
The following table lists the view and folder properties.
| Property |
Data type |
Description |
|---|---|---|
| Aliases |
Array of strings |
(Read-write) View names subsequent to first listed name. You can set aliases with SetAliases. |
| AllEntries |
NotesViewEntryCollection |
(Read-only) All the entries in a view |
| AutoUpdate |
Boolean |
(Read-write) True if the front-end view is updated each time a change occurs in the back-end |
| BackgroundColor |
Integer |
(Read-write) The background color of a view |
| ColumnCount |
Integer |
(Read-only) The number of columns in a view |
| ColumnCounts |
Variant |
(Read-only) The names of the columns in a view. For COM only. |
| Columns |
NotesViewColumn array |
(Read-only) Columns that are in the view |
| Created |
Date/Time |
(Read-only) Creation date and time |
| EntryCount |
Integer |
(Read-only) The number of documents in a view |
| HeaderLines |
Integer |
(Read-only) The number of lines in the header of a view |
| HttpURL |
String |
(Read-only) The HTTP URL of a view. |
| IsCalendar |
Boolean |
(Read-only) True if the view is a calendar view |
| IsCategorized |
Boolean |
(Read-only) True if the view is categorized |
| IsConflict |
Boolean |
(Read-only) True if the view is enabled for conflict checking |
| IsDefaultView |
Boolean |
(Read-write) True if this is the default view |
| IsFolder |
Boolean |
(Read-only) True if this is a folder |
| IsHierarchical |
Boolean |
(Read-only) True if the view is hierarchical |
| IsModified |
Boolean |
(Read-only) True if the view is modified |
| IsProhibitDesignRefresh |
Boolean |
True if a design refresh or replace cannot overwrite the view |
| LastModified |
Date/Time |
(Read-only) Date and time the view was last modified |
| Name |
String |
(Read-write) First name listed of the view including cascades |
| NotesURL |
String |
(Read-only) The Notes® URL of a view. |
| Parent |
NotesDatabase |
(Read-only) Database containing this view |
| ProtectReaders |
Boolean |
(Read-write) True if the $Readers field is protected from being overwritten during replication |
| Readers |
Array of strings |
(Read-write) Contents of the $Readers field |
| Rowlines |
Integer |
(Read-only) The number of lines in each row of the view |
| SelectionFormula |
String |
(Read-only)The selection formula of a view |
| Spacing |
Integer |
(Read-write) The spacing between rows of a view |
| TopLevelEntryCount |
Integer |
(Read-only) The number of top-level entries in a view |
| UniversalID |
String |
(Read-only) Universal ID of the view |
| ViewInheritedName |
String |
(Read-only) Name of the view whose design a view inherits |