DontSendLocalSecurityUpdates (Replication - Java)

Read-write. Indicates whether local security (encryption) updates are sent.

Note: This method is new with Release 6.5.

Defined in

Replication

Data type

boolean

Syntax

public boolean getDontSendLocalSecurityUpdates()
    throws NotesException
public void setDontSendLocalSecurityUpdates(boolean flag)
    throws NotesException

Legal values

  • true to not send local security updates
  • false to send local security updates

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