JAVA/CORBA CLASSES


IsIgnoreDestDeletes property
Example

Read-Write. Indicates whether incoming deletions should not be replicated to the current database.

Defined in

Replication

Data type

boolean

Syntax

public boolean isIgnoreDestDeletes()
   throws NotesException

public void setIgnoreDestDeletes(boolean bValue)
   throws NotesException

Legal values


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.

Language cross-reference

IgnoreDestDeletes property in LotusScript NotesReplication class

@UndeleteDocument function in formula language

Example
See Also