IsUniformAccess (NotesACL - JavaScript)

Read-Write. Indicates whether a consistent access control list is enforced across all replicas of a database.

Defined in

NotesACL

Syntax

isUniformAccess() : boolean

setUniformAccess(flag:boolean) : void

Legal value Description
true indicates that uniform access is set
false indicates that uniform access is not set

Usage

You must call save on the ACL if you want the modified ACL to be saved to disk.