Property | Data type | Description |
Alias | String | (Read-only) Alias name of the outline entry, used for programmatic access. |
Database | NotesDatabase | (Read-only) Database resource link for an outline entry. |
Document | NotesDocument | (Read-only) Document resource link for an outline entry. |
EntryClass | Integer | (Read-only) Class of an outline entry. |
Formula | String | (Read-only) Formula for an action outline. |
FrameText | String | (Read-only) The name of the target frame in which you want the entry to appear. |
HasChildren | Boolean | (Read-write) Indicates whether an entry contains child entries. |
HideFormula | String | (Read-write) The hide formula, if any. |
ImagesText | String | (Read-write) The name of the image file you would use to add an icon to your entry. |
IsHidden | Boolean | (Read-write) Indicates whether an entry is hidden in the current context, or sets all contexts. |
IsHiddenFromNotes | Boolean | (Read-write) Indicates whether an entry is hidden in the Notes client. |
IsHiddenFromWeb | Boolean | (Read-write) Indicates whether an entry is hidden in a Web browser. |
IsInThisDb | Boolean | (Read-only) Indicates whether an entry refers to an element within the current database. |
IsPrivate | Boolean | (Read-only) Indicates whether an entry is specific to an individual. |
KeepSelectionFocus | Boolean | (Read-write) Indicates whether an entry keeps selection focus. |
Label | String | (Read-write) Label for an entry. |
Level | Long | (Read-write) Indicates the level of this entry. |
NamedElement | String | (Read-only) Named element referenced by an outline entry. |
Parent | NotesOutline | (Read-only) The outline that contains an OutlineEntry object. For COM only. |
Type | Constant of type Long | (Read-write) Type of outline entry. |
URL | String | (Read-only) The URL of an outline entry. |
UseHideFormula | Boolean | (Read-write) Indicates whether an entry uses the hide formula. |
View | NotesView | (Read-only) View resource link for an outline entry. |