GetParentDocument (NotesView - LotusScript®)

ビュー内の返答文書を指定し、その親文書を返します。

定義位置

NotesView

構文

Set notesDocument = notesView .GetParentDocument( document )

パラメータ

document

NotesDocument。ビュー内の任意の文書。 Nothing を指定すると、エラーが生成されます。

戻り値

notesDocument

NotesDocument。指定された文書の親を返します。FTSearch を使用してビューを抽出してあるときは、GetParentDocument はビューの中で 1 つ前にある文書を返します。指定された文書が返答文書でない場合は Nothing を返します。

使用法

GetParentDocument は主要文書、返答文書、返答への返答文書のいずれかを返します。

ビューにない親文書を検索するには、文書の ParentDocumentUNID を取得してから NotesDatabase クラスの GetDocumentByUNID メソッドを使用します。

クロスリファレンス

Java™ View クラスの getParentDocument メソッド