LOTUSSCRIPT/COM/OLE CLASSES


GetProfileDocument method
Example

Retrieves or creates a Profile document.

Defined in

NotesDatabase

Syntax

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

Parameters

profilename$


uniqueKey$
Return value

notesDocument


Language cross-reference

getProfileDocument method in Java Database class

EditProfile @command in formula language

EditProfileDocument @command in formula language

Example
See Also