IsAuthors (NotesItem - LotusScript®)

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

Defined in

NotesItem

Data type

Boolean

Syntax

To get: flag = notesItem .IsAuthors

To set: notesItem .IsAuthors= flag

Legal values

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

Usage

An Authors item is stored as text and its Type property returns TEXT. Use IsAuthors to determine if a text item is also an Authors item.

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

Example