deleteIDOnServer (NotesRegistration - JavaScript™)
Deletes the user ID attachment from a Person or Server record in a Domino® Directory.
Defined in
NotesRegistrationSyntax
deleteIDOnServer(username:string,
isserverid:boolean) : void
Parameter | Description |
---|---|
String username |
The full name of the user. |
boolean isserverid |
True if the name represents a server ID; false if the name represents a person. |