JAVA/CORBA クラス


RoamingCleanupPeriod プロパティ
読み書き可能。ローミングユーザーのために設定された Lotus Notes クライアントのデータをクリーンアップする間隔 (日単位) です。

メモ このプロパティは R6.5 で新しく追加されました。

定義位置

Registration

データ型

int 型

構文

public int getRoamingCleanupPeriod()
   throws NotesException

public void setRoamingCleanupPeriod(int period)
   throws NotesException

使用法

このプロパティは、registerNewUser を呼び出す前にオプションで設定できます。

IsRoamingUser は true である必要があります。

RoamingCleanupSetting は Registration.REG_ROAMING_CLEANUP_EVERY_NDAYS である必要があります。

クロスリファレンス

LotusScript NotesRegistration クラスの RoamingCleanupPeriod プロパティ