CLASSI JAVA/CORBA


IsPendingDelete property
Esempio

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

Nota 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

Esempio
Vedere anche