LOTUSSCRIPT/COM/OLE CLASSES


FindNthName method
Beispiel

Positions navigator to the nth name in the namelist and returns number of matches.

Hinweis This method is new with Release 8

Defined in

NotesDirectoryNavigator

Syntax

matches# = notesDirectoryNavigator.FindNthName(n%)

Parameters

n%


Return value

matches#


Usage

Positions the directory navigator at the nth name in the namelist, and sets the NameLocated property to true if the method succeeds. If the method fails, the NameLocated property is set to false. Does not change the current match.

Language cross-reference

findNthName in Java DirectoryNavigator class

Beispiel