.

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


getIDFromServer method
Example

Detaches the user ID file from a Person or Server record in a Domino Directory.

Defined in

Registration

Syntax

public void getIDFromServer(String username, String filepath, boolean isserverid)
   throws NotesException

Parameters

String username


String filepath
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

GetIDFromServer method in LotusScript NotesRegistration class

Example