IsIgnoreDeletes (Replication - Java™)
Read-Write. Indicates whether outgoing deletions should not be replicated to other databases.
Defined in
Data type
boolean
Syntax
public boolean isIgnoreDeletes()
throws NotesException
public void setIgnoreDeletes(boolean bValue)
throws NotesException
Legal values
- true to not replicate outgoing deletions
- false to replicate outgoing deletions
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.