RoamingCleanupSetting (Registration - Java™)
Read-write. Indicates the clean-up process for data on Notes® clients set up for roaming users.
Note: This property is new with Release 6.5.
Defined in
Data type
int
Syntax
public int getRoamingCleanupSetting()
throws NotesException
public void setRoamingCleanupSetting(int setting)
throws NotesException
Legal values
- Registration.REG_ROAMING_CLEANUP_AT_SHUTDOWN (2) indicates that roaming data is deleted upon Notes® shutdown.
- Registration.REG_ROAMING_CLEANUP_EVERY_NDAYS (1) indicates that roaming data is deleted every so many days as specified by RoamingCleanupPeriod.
- Registration.REG_ROAMING_CLEANUP_NEVER (0) (default) indicates that roaming data is never deleted.
- Registration.REG_ROAMING_CLEANUP_PROMPT (3) indicates that a user is prompted upon exiting Notes®. The user can choose an individual clean-up or not. The user can also decline being prompted in the future.
Usage
Optionally set this property before calling registerNewUser.
IsRoamingUser must be true.