LOTUSSCRIPT/COM/OLE CLASSES


GetChild method
Example

Returns the first child (response) of an entry in a view navigator.

Defined in

NotesViewNavigator

Syntax

Set notesViewEntry = notesViewNavigator.GetChild( entry )

Parameters

entry


Return value

notesViewEntry


Usage

To find additional response documents, use GetNextSibling. The combination of GetChild and GetNextSibling lets you access document responses, sorted in the same order that they appear in a view. To get all of the immediate responses to a document, unsorted, use the Responses property in NotesDocument.

Language cross-reference

getChild method in Java ViewNavigator class

Example
See Also