IsProtected (Item - Java™)
Read-Write. Indicates whether a user needs at least Editor access to modify an item.
Defined in
Data type
boolean
Syntax
public boolean isProtected()
throws NotesException
public void setProtected(boolean flag)
throws NotesException
Legal values
- 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