LOTUSSCRIPT/COM/OLE CLASSES


MoveEntry method
Example

Moves an outline entry and subentries from one location to another.

Defined in

NotesOutline

Syntax

Call notesOutline.MoveEntry( currentEntry, refEntry [, moveAfter ] [, AsChild ] )

Parameters

currentEntry


refEntry
moveAfter
AsChild
Usage

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

Moving an entry to the beginning of the outline makes it a top-level (level 0) entry.

Language cross-reference

moveEntry in Java Outline class

Example
See Also