LOTUSSCRIPT/COM/OLE CLASSES

FolderReferences property
Example

Read-only. Shows what folders have references to a particular document.

Note This property is new with Release 5.

Defined in

NotesDocument

Data type

Array of strings

Syntax

To get: StringArray = notesDocument.FolderReferences

Usage

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

Not all databases support folder references, so prior to getting the folder references for a document in the database, you should make sure that the database supports folder references by making a call to db.FolderReferencesEnabled.

For more information, see the FolderRefsEnabled property in the NotesDatabase class.

Language cross-reference

FolderReferences property in Java Document class

Example