IsCurrentAccessPublicWriter (NotesDatabase - LotusScript®)

Read-only. Indicates whether the current user has public writer access in a database.

Note: This property is new with Release 6.

Defined in

NotesDatabase

Data type

Boolean

Syntax

To get: flag = notesDatabase .IsCurrentAccessPublicWriter

Legal values

  • True indicates that the user has public writer access.
  • False indicates that the user does not have public writer access.

Usage

The database must be open to use this property.

Example