LOTUSSCRIPT/COM/OLE CLASSES


CanReplicateOrCopyDocuments property
Example

Read-write. For an entry with Reader access or above 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


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 above to a database. If an entry has Depositor or No access, this property is always False.

Language cross-reference

IsCanReplicateOrCopyDocuments in Java ACLEntry class

Example
See Also