JAVA/CORBA CLASSES


createViewNavFromDescendants method
Example

Creates a view navigator for all the descendants of a specified entry.

Defined in

View

Syntax

public ViewNavigator createViewNavFromDescendants(Object entry)
   throws NotesException

public ViewNavigator createViewNavFromDescendants(Object entry, int cacheSize)
   throws NotesException

Parameters

Object entry


int cacheSize
Return value

ViewNavigator


Usage

The entries in the navigator are the entries in the view that fall hierarchically at all levels under the specified entry. The parent itself is excluded.

If the entry has no children, the result is an empty navigator. All navigation methods return null.

The cache enhances performance for iterative processing of entries using the navigation methods that do not take a parameter.

Language cross-reference

CreateViewNavFromDescendants method in LotusScript NotesView class

Example
See Also