GetChild (NotesOutline - LotusScript®)

Returns the child of the specified entry.

Note: This method is new with Release 5.0.2.
Note: This method is obsolete in Release 5.0.3.
Note: This method is not supported in COM.

Defined in

NotesOutline

Syntax

Set notesOutlineEntry = notesOutline .GetChild( entry )

Parameters

entry

NotesOutlineEntry. The parent entry.

Return value

notesOutlineEntry

NotesOutlineEntry. The child of the specified entry, or nothing if the specified entry has no sub-entries.

Example