LOTUSSCRIPT/COM/OLE CLASSES


Authors property
Example

Read-only. The names of the people who have saved a document.

Defined in

NotesDocument

Data type

Array of strings

Syntax

To get: authorArray = notesDocument.Authors

Usage

If a name is hierarchical, this property returns the fully distinguished name.

This property does not return the names of people who have permission to edit a document (as found in an item of type Authors). Therefore, the people returned by the Authors property and the people listed in an Authors item may differ.

Language cross-reference

@Author function in formula language

Authors property in Java Document class

Example
See Also