SelectAcl (NoteCollection - Java)

Read-write. Indicates whether the collection contains an ACL note.

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectAcl()
   throws NotesException
public void setSelectAcl(boolean flag)
   throws NotesException

Legal values

  • true to indicate inclusion of the ACL note
  • false to indicate exclusion of the ACL note

Usage

The following methods set this property:

Example