IsRoamingUser (NotesRegistration - JavaScript)

Read-write. Indicates whether a user is a roaming user.

Defined in

NotesRegistration

Syntax

isRoamingUser() : boolean

setRoamingUser(flag:boolean) : void

Legal value Description
true if the user roams false (default) if the user does not roam

Usage

Optionally set this property before calling registerNewUser.

If this property is true, you can apply the following properties: RoamingCleanupPeriod, RoamingCleanupSetting, RoamingServer, and RoamingSubdir.