GetParent (NotesOutline - LotusScript®)
Given a response entry in an outline, returns its parent entry.
Defined in
Syntax
Set notesOutlineEntry = notesOutline .GetParent( entry )
Parameters
entry
NotesOutlineEntry. The current entry in the outline.
Return value
notesOutlineEntry
NotesOutlineEntry. The parent entry of the specified entry in the outline, or nothing if the entry specified has no parent.