IsEnforceUniqueShortName (Registration - Java)

Read-write. Indicates whether a short name must be unique.

Note: This property is new with Release 6.5.

Defined in

Registration

Data type

boolean

Syntax

public boolean isEnforceUniqueShortName()
    throws NotesException
public void setEnforceUniqueShortName(boolean flag)
    throws NotesException

Legal values

  • true if the short name must be different from all others
  • false (default) if the short name can duplicate another

Usage

Optionally set this property before calling registerNewUser.