JAVA/CORBA CLASSES
Returns the first child of an entry in a view navigator.
Defined in
ViewNavigator
Syntax
public ViewEntry getChild() throws NotesException
public ViewEntry getChild(ViewEntry entry) throws NotesException
Parameters
ViewEntry entry
ViewEntry
This method moves the current pointer to the retrieved entry unless the return value is null.
A child of a category entry can be a category or document entry.
Language cross-reference
GetChild method in LotusScript NotesViewNavigator class
Example See Also