SelectACL (NotesNoteCollection - LotusScript®)
Read-write. Indicates whether the collection contains an ACL note.
Defined in
Data type
Boolean
Syntax
To get: flag = notesNoteCollection .SelectACL
To set: notesNoteCollection .SelectACL = flag
Legal values
- True indicates inclusion of the ACL note.
- False indicates exclusion of the ACL note.
Usage
The following methods set this property:
- CreateNoteCollection in NotesDatabase
- SelectAllAdminNotes
- SelectAllNotes