JAVA/CORBA CLASSES


addUserProfile method
Example

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

Defined in

Registration

Syntax

public void addUserProfile(String username, String profile)
   throws NotesException

Parameters

String username


String profile
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 LotusScript NotesRegistration class

Example