GetProfileDocument (NotesDatabase - LotusScript®)

Retrieves or creates a Profile document.

Defined in

NotesDatabase

Syntax

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

Parameters

profilename$

String. The name or an alias of the Profile document.

uniqueKey$

String. Optional. The unique key associated with the Profile document.

Return value

notesDocument

NotesDocument. The Profile document that matches the given name.

Language cross-reference

getProfileDocument method in Java™ Database class

EditProfile @command in formula language

EditProfileDocument @command in formula language