UseContextServer (NotesDirectory - JavaScript™)
Read-write. Indicates if the server of the context database will be used.
Defined in
NotesDirectorySyntax
isUseContextServer() : boolean
setUseContextServer(flag:boolean) : void
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. |