| |
IsReadOnly propertyFor IERUAccessControl, sets or returns whether the object is marked read-only. For IERUAccessStyle, returns but does not set whether the object is marked read-only. SyntaxC++
Scripting languagesBoolean = Object.IsReadOnly Object.IsReadOnly = Boolean RemarksOnly users who can edit an object can mark the object as read-only. Read-only objects cannot be modified or reserved for editing. IERUAccessStyle::IsReadOnly tells us if the access style itself is editable, not that the item is read-only as with IERUAccessControl::IsReadOnly. When you get an IERUAccessStyle from a site item, it's read-only. If you get one from a Group's Access Control, it is not read-only. |
Home |