ParentView (NotesDocument - LotusScript®)

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.

Example