IsCutoffDelete (Replication - Java™)
Read-Write. Indicates whether documents that are older than the cutoff date should be automatically deleted.
Defined in
Data type
boolean
Syntax
public boolean isCutoffDelete()
throws NotesException
public void setCutoffDelete(boolean bValue)
throws NotesException
Legal values
- true to automatically delete documents that are older than the cutoff date
- false to not delete old documents
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.