LOTUSSCRIPT/COM/OLE CLASSES
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
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.
Language cross-reference
IsAuthors property in Java Item class
@Author function in formula language
Example See Also