Authors (Document - Java)

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

Defined in

Document

Data type

java.util.Vector; elements are String

Syntax

public java.util.Vector getAuthors()
    throws NotesException

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.

Example