AddEntry (NotesOutline - LotusScript®)
Adds a new entry to the outline.
Defined in
Syntax
Call notesOutline. AddEntry( newEntry [, refEntry ] [, moveAfter ] [, AsChild ] )
Parameters
newEntry
NotesOutlineEntry. The entry you want to add to the outline. If you specify Nothing, this method generates an error.
refEntry
NotesOutlineEntry. Optional. The reference entry before or after which you want to insert the new entry. If you omit this parameter the entry is added to the end of the outline. Specify to add the first entry to an empty outline.
moveAfter
Boolean. Optional. Specify True to move the new entry after the reference entry, and False to move the entry before the reference entry.
AsChild
Boolean. Optional. Specify True if you want the new entry to be added as a child to the reference entry, and False if you want the new entry to be added as a sibling entry. Default is False.
Usage
You must call the Save method to save the change to the outline.