JAVA/CORBA CLASSES


getParentDocument method
Example

Given a response document in a view, returns its parent document.

Defined in

View

Syntax

public Document getParentDocument(Document doc)
   throws NotesException

Parameters

Document doc


Return value

Document


Usage

The document returned by getParentDocument may be a main document, a response, or a response-to-response.

Language cross-reference

GetParentDocument method in LotusScript NotesView class

Example
See Also