JAVA/CORBA CLASSES


deleteIDOnServer method
Example

Deletes the user ID attachment from a Person or Server record in a Domino Directory.

Defined in

Registration

Syntax

public void deleteIDOnServer(String username, boolean isserverid)
   throws NotesException

Parameters

String username


boolean isserverid
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

DeleteIDOnServer method in LotusScript NotesRegistration class

Example