GetIDFromServer (NotesRegistration - LotusScript®)

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$

String. The user name attached to the ID file.

filepath$

String. The full path of the ID file; for example, c:\notes\data\server.id.

isserverid

Boolean. True if the name represents a server ID, false if the name represents a person.

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.

Example