PartialMatches (NotesDirectory - JavaScript™)
Read-only. Indicates if lookups match on partial names.
Defined in
NotesDirectorySyntax
isPartialMatches() : boolean
Legal value | Description |
---|---|
true |
Indicates lookups will match on partial names. |
false |
(Default) Indicates lookups will not match on partial names. |
Usage
This property is set by thePartialMatches
parameter in the lookupNames
method. It works with the LimitMatches property to control the number of results
returned by a lookup.