JAVA/CORBA CLASSES


getPrevSibling method
Example

Gets the entry at the same level preceding a specified entry of an outline.

Defined in

Outline

Syntax

public OutlineEntry getPrevSibling(OutlineEntry entry)
    throws NotesException

Parameters

OutlineEntry entry


Return value

OutlineEntry

The entry at the same level preceding the one specified as the parameter, or null if there is no next sibling.

Language cross-reference

GetPrevSibling method in LotusScript NotesOutline class

Example
See Also