JAVA/CORBA CLASSES


IsReaders property
Example

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


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.

Language cross-reference

IsReaders property in LotusScript NotesItem class

Example
See Also