LOTUSSCRIPT/COM/OLE CLASSES


FolderReferencesEnabled property
Example

Read-write. Indicates whether this database maintains folder references for documents.

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

Legal values


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