SearchAllDirectories (NotesDirectory - JavaScript)

Read-write. Indicates if all directories are searched by lookups.

Defined in

NotesDirectory

Syntax

getSearchAllDirectories() : boolean

setSearchAllDirectories(flag:boolean) : void

Legal value Description
true (Default) Indicates lookups will search all directories.
false Indicates lookups will stop searching after the first directory containing the specified view name.

Usage

This property works with the GroupAuthorizationOnly and TrustedOnly properties to limit which directories are searched in a lookup.