GetDocumentByID (NotesDatabase - LotusScript®)

指定された文書 ID を持つ文書をデータベースで検索します。

定義位置

NotesDatabase

構文

Set notesDocument = notesDatabase .GetDocumentByID( noteID$ )

パラメータ

noteID$

String 型。文書の文書 ID。これは文書の NoteID プロパティから取得できます。

戻り値

notesDocument

NotesDocument. 指定された文書 ID を持つ文書を返します。一致するものがない場合、Nothing を返します。

使用法

NoteID についての説明は、NotesDocument の NoteID プロパティを参照してください。

クロスリファレンス

Java™ Database クラスの getDocumentByID メソッド