Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






CreateViewNavFromDescendants method

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

Note This method is new with Release 5.

Defined in

NotesView

Syntax

Set notesViewNavigator = notesView.CreateViewNavFromDescendants( navigatorObject [ , cacheSize& ] )

Parameters

navigatorObject

Variant. A Document or ViewEntry object representing the parent entry. If you specify Nothing, this method generates an error.

cacheSize&

Note This parameter is for COM only.

Long. Optional. The size of the navigator cache in view entries. Legal values are 0 (no cache) through 128 (default).

Return value

notesViewNavigator

A NotesViewNavigator object. The new view navigator.

Usage

The navigator contains all entries even if the view is filtered for a full-text search.

Language cross-reference

createViewNavFromDescendants method in Java View class

See examples

Examples: CreateViewNavFromDescendants method




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009