LOTUSSCRIPT/COM/OLE CLASSES


GroupAuthorizationOnly property
Example

Read-write. Indicates if only those directories enabled for group authorization will be searched by lookups.

Note This property is new with Release 8

Defined in

NotesDirectory

Data type

Boolean

Syntax

To get: flag = notesDirectory.GroupAuthorizationsOnly

To set: notesDirectory.GroupAuthorizationsOnly = flag

Legal values


Usage

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

Example