LOTUSSCRIPT/COM/OLE CLASSES


DeleteIDOnServer method
Example

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

Defined in

NotesRegistration

Syntax

Call notesRegistration.DeleteIDOnServer(username$, isserverid )

Parameters

username$


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 Java Registration class

Example