getIDFromServer (NotesRegistration - JavaScript™)
Detaches the user ID file from a Person or Server record in a Domino® Directory.
Defined in
NotesRegistrationSyntax
getIDFromServer(username:string,
filepath:string, isserverid:boolean) : void
Parameter | Description |
---|---|
String username |
The full name of the user. |
String filepath |
A name for the ID file; specify a full pathname, for example, c:\notes\user.id. |
boolean isserverid |
True if the name represents a server ID, false if the name represents a person. |