IsEnforceUniqueShortName (NotesRegistration - JavaScript)

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

Defined in

NotesRegistration

Syntax

isEnforceUniqueShortName() : boolean

setEnforceUniqueShortName(flag:boolean) : void

Legal value Description
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.