JAVA/CORBA CLASSES


IsIncludeACL property
Example

Read-write. Includes the ACL in replications.

Defined in

ReplicationEntry

Data type

boolean

Syntax

public boolean isIncludeACL()
   throws NotesException

public void setIncludeACL(boolean flag)
   throws NotesException

Legal values


Usage

After setting this property, you must call save for the changes to take effect. If you do not call save, your changes are lost.

Language cross-reference

IsIncludeACL property in NotesReplicationEntry class

Example
See Also