LOTUSSCRIPT/COM/OLE CLASSES


IsValid property
Example

Read-only. Indicates whether a Document object represents an existing document (not a deletion stub) initially.

Defined in

NotesDocument

Data type

Boolean

Syntax

To get: flag = notesDocument.IsValid

Legal values


Usage

IsValid is set once and reflects the state of the document when the Document object is created. Use IsDeleted to see if a valid document is deleted while you are working on it.

Language cross-reference

IsValid property in Java Document class

Example