LOTUSSCRIPT/COM/OLE CLASSES


ParentView property
Example

Read-only. The view from which a document was retrieved, if any.

Defined in

NotesDocument

Data type

NotesView

Syntax

To get: Set notesView = notesDocument.ParentView

Usage

If the document was retrieved directly from a database or a document collection, the ParentView property returns Nothing.

Language cross-reference

ParentView property in Java Document class

Example
See Also