JAVA/CORBA CLASSES


LastFTIndexed property
Example

Read-only. The date that a database's full-text index was last updated.

Defined in

Database

Data type

DateTime

Syntax

public DateTime getLastFTIndexed()
   throws NotesException

Usage

If the database does not have a full-text index:


In either case, isFTIndexed is false.

The database must be open to use this property.

Language cross-reference

LastFTIndexed property in LotusScript NotesDatabase class

FileFullTextInfo @command in formula language

Example
See Also