isCanReplicateOrCopyDocuments (NotesACLEntry - JavaScript™)
Read-write. For an entry with Reader access or above to a database, indicates whether an entry can replicate or copy documents.
Defined in
NotesACLEntrySyntax
isCanReplicateOrCopyDocuments()
: boolean
setCanReplicateOrCopyDocuments(flag:boolean) : void
Legal value | Description |
---|---|
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 above to a database. If an entry has Depositor or No access, this property is always false.