CutoffInterval (Replication - Java)

Read-Write. Number of days after which documents are automatically deleted if isCutoffDelete is in effect.

Defined in

Replication

Data type

long

Syntax

public long getCutoffInterval()
    throws NotesException
public void setCutoffInterval(long interval)
    throws NotesException

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.

Example