Skip to main content

NotesOutlineEntry

Properties

NameDescription
Alias (NotesOutlineEntry)Read-write. Alias name of the outline entry, used for programmatic access.
Database (NotesOutlineEntry)Read-only. The database that is the resource link for an outline entry, or null.
Document (NotesOutlineEntry)Read-only. The document that is the resource link for an outline entry, or null. You create a document resource link by performing a Copy as document…
Formula (NotesOutlineEntry)Read-only. Formula of an action outline, or an empty string.
FrameTextRead-write. The name of the target frame in which you want the entry to appear.
HasChildrenRead-only. Indicates whether an entry contains child entries.
HideFormulaRead-write. A formula that determines when an entry is hidden, or an empty string.
ImagesTextRead-write. The name of the image file you would use to add an icon to your entry.
IsHidden (NotesOutlineEntry)Read-write. Indicates whether an entry is hidden in the current user context (read) or hides an entry in all contexts (write).
IsHiddenFromNotesRead-write. Indicates whether an entry is hidden in the context of the Notes® client.
IsHiddenFromWebRead-write. Indicates whether an entry is hidden in the context of a Web browser.
IsInThisDBRead-only. Indicates whether an entry refers to an element within the current database.
IsPrivate (NotesOutlineEntry)Read-only. Indicates whether an entry is specific to an individual.
KeepSelectionFocusRead-write. Indicates whether an entry keeps selection focus.
LabelRead-write Label for an entry.
Level (NotesOutlineEntry)Read-only. Indicates the level of this entry.
NamedElementRead-only. The named element referenced by an outline entry (or the alias name if available), or an empty string.
Parent (NotesOutlineEntry)Read-only. The outline that contains an OutlineEntry object.
Type (NotesOutlineEntry)Read-only. Type of outline entry.
URLRead-only. The URL of an outline entry, or an empty string.
UseHideFormulaRead-write. Indicates whether an entry is hidden when the hide formula is True.
View (NotesOutlineEntry)Read-only. The view that is the resource link for an outline entry, or null.

Methods

NameDescription
SetActionSpecifies a formula for an action outline entry.
SetNamedElementSpecifies a named element for an outline entry.
SetNoteLinkSpecifies a resource link for an outline entry.
SetURLSpecifies a URL as the resource link for an outline entry.

Examples

NameDescription
Examples: Alias property (NotesOutlineEntry)This script displays the alias of an outline entry.
Examples: Document property (NotesOutlineEntry)This code loops through the entries in an outline and displays the note ID of the documents retrieved by any entries that are set to link to a document…
Examples: Formula property (NotesOutlineEntry)This script displays the formula of an action outline.
Examples: HasChildren propertyThis script indicates whether an entry has children.
Examples: IsPrivate property (NotesOutlineEntry)This script indicates whether an entry is private.
Examples: Level property (NotesOutlineEntry)This script displays the level of an outline entry.
Examples: Parent property (NotesOutlineEntry)This Visual Basic code displays the parent name of a NotesOutlineEntry object.
Examples: Type property (NotesOutlineEntry)This script displays the type of outline entry retrieved from the "products" outline.