JAVA/CORBA CLASSES
Creates a view navigator for all entries in a view starting at a specified entry.
Defined in
View
Syntax
public ViewNavigator createViewNavFrom(Object entry) throws NotesException
public ViewNavigator createViewNavFrom(Object entry, int cacheSize) throws NotesException
Parameters
Object entry
ViewNavigator
The first entry in the navigator is the specified entry. The remaining entries are all the entries in the view that follow the first entry.
If the object is not found, 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
CreateViewNavFrom method in LotusScript NotesView class
Example See Also