SharePoint List Item Read Security and Write Security

Many a times, i’ve seen in MSDN Forums where people asking for the much granular-level of list security like who can read the list items and who can write/update t sayihe list items. There are couple of properties called ReadSecurity and Write Security in the SPListClass, that provides the more granular level of security.

The ReadSecurity property of the SPList gets or sets the Read security setting for the list. It can have the possible values of 1 or 2.

1- indicates all users can read the list items

2 – indicates the users can read the items only that they create

The WriteSecurity property of the SPList gets or sets the Read security setting for the list. It can have the possible values of 1, 2 and 4.

1 – Indicates that all the users can modify the all the items

2- Indicates the users can modify the items that they create

4 – Users cannot modify any list item

 Subscribe to my post

2 thoughts on “SharePoint List Item Read Security and Write Security

  1. Pingback: SharePoint List Item Read Security and Write Security - My experiments with SharePoint, Azure and .NET using Visual Studio

  2. Thanks, I was looking for a technique on breaking inheritance and securing the contents of a list and this has given me an option I dodn’t know existed.

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.