ParentView (Document - Java)

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

Defined in

Document

Data type

View

Syntax

public View getParentView()
    throws NotesException

Usage

If the document was retrieved directly from the database or a document collection, getParentView returns null.

Example