JAVA/CORBA CLASSES


IsPendingDelete property
Example

Read-only. Indicates whether a database on a server in a cluster is marked for deletion.

Note This property is new with Release 6.5.

Defined in

Database

Data type

boolean

Syntax

public boolean isPendingDelete()
   throws NotesException

Legal values


Usage

markForDelete sets this property to true.

The database must be open to use this property.

Language cross-reference

IsPendingDelete property in LotusScript NotesDatabase class

Example
See Also