ListEditSecurity Enumeration
SharePoint Designer Developer Reference |
ListEditSecurity can be one of these ListEditSecurity constants.
Name | Value | Description |
---|---|---|
ListEditSecurityAll | 0 | All users can edit the list. |
ListEditSecurityNone | 2 | No users can edit the list. |
ListEditSecurityOnlyOwn | 1 | Users can edit only their own lists. |