IsProtected (NotesItem - JavaScript™)
Read-Write. Indicates whether a user needs at least Editor access to modify an item.
Defined in
NotesItemSyntax
isProtected() : boolean
setProtected(flag:boolean) : void
Legal value | Description |
---|---|
true |
if you need at least Editor access to modify the item |
false |
if you do not need Editor access to modify the item; you can modify it as long as you have Author access or better |