JAVA/CORBA CLASSES


IsCanReplicateOrCopyDocuments 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.5.

Defined in

ACLEntry

Data type

boolean

Syntax

public boolean isCanReplicateOrCopyDocuments()
   throws NotesException

public void setCanReplicateOrCopyDocuments(boolean flag)
   throws NotesException

Legal values


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.

Language cross-reference

CanReplicateOrCopyDocuments in LotusScript NotesACLEntry class

Example
See Also