LOTUSSCRIPT /COM/OLE のクラス


GetDocumentByID メソッド

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

定義位置
NotesDatabase 型

構文
Set notesDocument = notesDatabase.GetDocumentByID( noteID$ )

パラメータ
noteID$


戻り値
notesDocument
使い方
Note ID については NotesDocument クラスの NoteID プロパティを参照してください。

クロスリファレンス
Java Database クラスの getDocumentByID メソッド


関連項目