LimitMatches (NotesDirectory - JavaScript™)
Read-write. Indicates if the results of lookups are limited to fifty entries.
Defined in
NotesDirectorySyntax
isLimitMatches() : boolean
setLimitMatches(flag:boolean) : void
Legal value | Description |
---|---|
true |
Indicates lookups will only return the first fifty matches. |
false |
(Default) Indicates lookups will return all matches. |