.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


Authors property
Example

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.

Language cross-reference

Authors property in LotusScript NotesDocument class

@Author function in formula language

Example
See Also