LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The date that a database full-text index was last updated.
Defined in
NotesDatabase
Data type
Variant of type DATE
Syntax
To get: dateV = notesDatabase.LastFTIndexed
Usage
If you are using Release 5 and the database does not have a full-text index, this property returns 12:00 a.m. If you are using a release prior to Release 5, and the database does not have a full-text index, this property returns 12/30/1899.
The database must be open to use this property.
Language cross-reference
LastFTIndexed in Java Database class
FileFullTextInfo @command in formula language
Example