FolderReferences (NotesDocument - LotusScript®)

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.

Example