UseContextServer (NotesDirectory - JavaScript)

Read-write. Indicates if the server of the context database will be used.

Defined in

NotesDirectory

Syntax

isUseContextServer() : boolean

setUseContextServer(flag:boolean) : void

Usage

Legal value Description
true Indicates the server of the context database will be used, or local if the context database is local.
false (Default) Indicates the server specified in lookup methods will be used.
If true, this property will override the server specified in a lookup method with the server of the context database.