JAVA/CORBA CLASSES


FolderReferences property
Example

Read-only. The names of the folders containing a document.

Defined in

Document

Data type

java.util.Vector; elements are String

Syntax

public java.util.Vector getFolderReferences()
   throws NotesException

Usage

The database must have the $FolderInfo and $FolderRefInfo hidden views to support folder references. These views can be copied from the mail template. This property does not return view references.

Folder references must be enabled for the database. See the FolderReferencesEnabled property of Database.

Language cross-reference

FolderReferences property in LotusScript NotesDocument class

Example
See Also