LOTUSSCRIPT/COM/OLE CLASSES


FolderReferences property
Example

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

Note This property is new with Release 5.

Defined in

NotesDocument

Data type

Array of strings

Syntax

To get: StringArray = notesDocument.FolderReferences

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 NotesDatabase.

Language cross-reference

FolderReferences property in Java Document class

Example