IsAuthors (NotesItem - JavaScriptâ„¢)
Read-Write. Indicates whether an item is of type Authors.
Defined in
NotesItemSyntax
isAuthors() : booleansetAuthors(flag:boolean) : void
| Legal value | Description |
|---|---|
| true | if the item is of type Authors |
| false | if the item is not of type Authors |
Usage
An Authors item contains a text list of user names indicating people who have Author access to a particular document. An Authors item returns Item.TEXT for getType.Language cross-reference
IsAuthors property in LotusScript® NotesItem classIsAuthors property in Java Item class