deleteDocument (DocumentCollection - Java™)

コレクションから文書を削除します。

定義位置

DocumentCollection

構文

public void deleteDocument(Document doc)
    throws NotesException

パラメータ

Document doc

削除対象の文書。null は指定できません。

使用法

このメソッドでは、次の場合に例外が発生します。

クロスリファレンス

LotusScript® NotesDocumentCollection クラスの DeleteDocument メソッド

式言語の EditClear @コマンド

式言語の Clear @コマンド

式言語の MoveToTrash @コマンド