IsExtendedAccess (NotesACL - JavaScript)

Read-write. Indicates whether extended access is enabled.

Defined in

NotesACL

Syntax

isExtendedAccess() : boolean

setExtendedAccess(flag:boolean) : void

Legal value Description
true if extended access is enabled
false if extended access is disabled

Usage

In the Notes® UI, this property is in the advanced section of ACL properties: "Enable Extended Access." This property applies only to Domino® Directory, Extended Directory Catalog, and Administration Requests databases.

Setting this property true automatically sets IsUniformAccess true. Setting this property false does not automatically set IsUniformAccess false.

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