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.

Example