IsCutoffDelete (NotesReplication - JavaScript)

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

Defined in

NotesReplication

Syntax

isCutoffDelete() : boolean

setCutoffDelete(bValue:boolean) : void

Legal value Description
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.