1 つ以上の文書 (note) を文書コレクションに追加します。
public void add(Agent additionspecifier)
throws NotesException
public void add(Document additionspecifier)
throws NotesException
public void add(DocumentCollection additionspecifier)
throws NotesException
public void add(Form additionspecifier)
throws NotesException
public void add(NoteCollection additionspecifier)
throws NotesException
public void add(View additionspecifier)
throws NotesException
public void add(String additionspecifier)
throws NotesException
public void add(int additionspecifier)
throws NotesException
Agent additionspecifier
追加する文書を表す Agent オブジェクトです。
Document additionspecifier
追加する文書を表す Document オブジェクトです。
DocumentCollection additionspecifier
追加する文書を表す DocumentCollection オブジェクトです。
Form additionspecifier
追加する文書を表す Form オブジェクトです。
NoteCollection additionspecifier
追加する文書を表す NoteCollection オブジェクトです。
View additionspecifier
追加する文書を表す View オブジェクトです。
String additionspecifier
追加する文書の文書 ID です。
int additionspecifier
追加する文書の文書 ID です。
文書の追加先のデータベースは、文書コレクションの Parent プロパティが示すデータベースと同じでなければなりません。