IsIgnoreDeletes (NotesReplication - JavaScript™)
Read-Write. Indicates whether outgoing deletions should not be replicated to other databases.
Defined in
NotesReplicationSyntax
isIgnoreDeletes() : boolean
setIgnoreDeletes(bValue:boolean)
: void
Legal value | Description |
---|---|
true |
to not replicate outgoing deletions |
false |
to replicate outgoing deletions |