CanReplicateOrCopyDocuments (NotesACLEntry - LotusScript®)

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.

Defined in

NotesACLEntry

Data type

Boolean

Syntax

To get: flag = notesACLEntry .CanReplicateOrCopyDocuments

To set: notesACLEntry .CanReplicateOrCopyDocuments = flag

Legal values

  • True indicates that the entry can replicate or copy documents from the database.
  • False indicates that the entry cannot replicate or copy documents from the database.

Usage

After setting this property, you must call Save on the parent NotesACL in order for the changes to take effect. If you do not call Save, your changes to the NotesACLEntry will be lost.

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