JAVA/CORBA CLASSES
Read-write. Indicates whether this database maintains folder references for documents.
Defined in
Database
Data type
boolean
Syntax
public boolean getFolderReferencesEnabled() throws NotesException
public void setFolderReferencesEnabled(boolean bEnable) throws NotesException
Legal values
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 Document.
Language cross-reference
FolderReferencesEnabled property in LotusScript NotesDatabase class
Example See Also