JAVA/CORBA クラス


remove メソッド

1 つ以上の文書 (note) を文書コレクションから削除します。

定義位置

NoteCollection

構文

public void remove(Agent removalspecifier)
   throws NotesException

public void remove(Document removalspecifier)
   throws NotesException

public void remove(DocumentCollection removalspecifier)
   throws NotesException

public void remove(Form removalspecifier)
   throws NotesException

public void remove(NoteCollection removalspecifier)
   throws NotesException

public void remove(View removalspecifier)
   throws NotesException

public void remove(String removalspecifier)
   throws NotesException

public void remove(int removalspecifier)
   throws NotesException

パラメータ

Agent removalspecifier


Document removalspecifier
DocumentCollection removalspecifier
Form removalspecifier
NoteCollection removalspecifier
View removalspecifier
String removalspecifier
int removalspecifier
クロスリファレンス

LotusScript NotesNoteCollection クラスの Remove メソッド


関連項目