IsDeleted (Document - Java™)
Read-only. Indicates whether a Document object represents an existing document (not a deletion stub) on an ongoing basis.
Defined in
Data type
boolean
Syntax
public boolean isDeleted()
throws NotesException
Legal values
- true if the document is a deletion stub
- false if the document exists
Usage
IsDeleted indicates the current state. IsValid indicates the initial state.