IsCanReplicateOrCopyDocuments (ACLEntry - Java)

Read-write. For an entry with Reader access or higher to a database, indicates whether an entry can replicate or copy documents.

Note: This property is new with Release 6.5.

Defined in

ACLEntry

Data type

boolean

Syntax

public boolean isCanReplicateOrCopyDocuments()
    throws NotesException
public void setCanReplicateOrCopyDocuments(boolean flag)
    throws NotesException

Legal values

  • true if the entry can replicate or copy documents from the database
  • false if the entry cannot replicate or copy documents from the database

Usage

After setting this property, you must call save on the parent ACL for the changes to take effect.

Setting this property has no effect on an ACL entry unless the entry has Reader access or higher to a database. If an entry has Depositor or No access, this property is always false.

Example