IsReaders (Item - Java)

Read-Write. Indicates whether an item is of type Readers.

Defined in

Item

Data type

boolean

Syntax

public boolean isReaders()
    throws NotesException
public void setReaders(boolean flag)
    throws NotesException

Legal values

  • true if the item is of type Readers
  • false if the item is not of type Readers

Usage

A Readers item contains a list of user names indicating people who have Reader access to a document. A Readers item returns Item.TEXT for getType.

Example