PartialMatches (NotesDirectory - JavaScript)

Read-only. Indicates if lookups match on partial names.

Defined in

NotesDirectory

Syntax

isPartialMatches() : boolean

Usage

Legal value Description
true Indicates lookups will match on partial names.
false (Default) Indicates lookups will not match on partial names.
This property is set by the PartialMatches parameter in the lookupNames method. It works with the LimitMatches property to control the number of results returned by a lookup.