LOTUSSCRIPT/COM/OLE CLASSES


AddUserProfile method
Example

Adds the name of a setup profile to the user's Person record in the Domino Directory.

Defined in

NotesRegistration

Syntax

Call notesRegistration.AddUserProfile( username$, profilename$)

Parameters

username$


profilename$
Usage

This method acts on the Domino Directory (names.nsf) for the server specified by RegistrationServer, or names.nsf in the local Domino data directory if this property is not set.

Language cross-reference

addUserProfile method in Java Registration class

Example