findNthMatch (NotesDirectoryNavigator - JavaScript™)
Positions navigator to nth match of the current name in the navigator.
Defined in
NotesDirectoryNavigatorSyntax
findNthMatch(n:int) : boolean
Parameter | Description |
---|---|
int n |
The number of the match at which to position the navigator, starting with 1. |
Return value | Description |
---|---|
boolean |
True if a match was found in the navigator. False if no match was found. |