LOTUSSCRIPT/COM/OLE CLASSES

FolderReferencesEnabled property
Example

Read-write. Determines which folders, if any, a document is in.

Note This property is new with Release 5.

Defined in

NotesDatabase

Data type

Boolean

Syntax

To get: flag = notesDatabase.FolderReferencesEnabled

To set: notesDatabase.FolderReferencesEnabled = flag

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.

The database must be at the Release 5 file format level or greater.

Maintaining folder references impacts performance.

The database must be open to use this property.

For more information, see the FolderReferences property in the NotesDocument class.

Language cross-reference

FolderReferencesEnabled in Java Database class

Example