LOTUSSCRIPT/COM/OLE CLASSES


CreateViewNavFromChildren method
Esempio

Creates a view navigator for all the immediate children of a specified entry.

Nota This method is new with Release 5.

Defined in

NotesView

Syntax

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

Parameters

navigatorObject


cacheSize&

Nota This parameter is for COM only.


Return value

notesViewNavigator


Usage

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

Language cross-reference

createViewNavFromChildren method in Java View class

Esempio