LOTUSSCRIPT/COM/OLE CLASSES


GetIDFromServer method
Example

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

Defined in

NotesRegistration

Syntax

Call notesRegistration.GetIDFromServer( username$, filepath$, isserverid )

Parameters

username$


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

Example