RemoveEntry (NotesOutline - LotusScript®)

Deletes an entry and its subentries from an outline.

Defined in

NotesOutline

Syntax

Call notesOutline .RemoveEntry( currentEntry )

Parameters

currentEntry

NotesOutlineEntry. The entry being removed. Cannot be Nothing.

Usage

You must Save the outline or the effect of this method is lost when the program exits.

An attempt to access entries removed with this method generates an error.

Example