JAVA/CORBA CLASSES


IsCutoffDelete property
Example

Read-Write. Indicates whether documents that are older than the cutoff date should be automatically deleted.

Defined in

Replication

Data type

boolean

Syntax

public boolean isCutoffDelete()
   throws NotesException

public void setCutoffDelete(boolean bValue)
   throws NotesException

Legal values


Usage

After setting this property, you must call Save for the changes to take effect. If you do not call Save, your changes are lost.

Language cross-reference

CutoffDelete property in LotusScript NotesReplication class

Example
See Also