IsReaders (NotesItem - LotusScript®)

Read-write. Indicates whether an item is of type Readers. A Readers item contains a list of Notes® user names, indicating people who have Reader access to a particular document.

Defined in

NotesItem

Data type

Boolean

Syntax

To get: flag = notesItem .IsReaders

To set: notesItem .IsReaders= flag

Legal values

  • True indicates that the item is of type Readers.
  • False indicates that the item is not of type Readers.

Usage

A Readers item is stored as text and its Type property returns TEXT. Use IsReaders to determine if a text item is also a Readers item.

The IsSummary property is set to True when setting the IsReaders property. Therefore you do not have to explicitly set the summary flag.

Example