GetProfileDocument (NotesDatabase - LotusScript®)

プロフィール文書を取り出すか、作成します。

定義位置

NotesDatabase

構文

Set notesDocument = notesDatabase .GetProfileDocument( profilename$ [, uniqueKey$ ] )

パラメータ

profilename$

String 型。プロフィール文書の名前か別名です。

uniqueKey$

String 型。オプション。プロフィール文書に関連付けられた一意のキーです。

戻り値

notesDocument

NotesDocument。指定した名前に一致するプロフィール文書を返します。

クロスリファレンス

Java Database クラスの getProfileDocument メソッド

式言語の EditProfile @コマンド

式言語の EditProfileDocument @コマンド