.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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