_sListMetadata.ReadSecurity Field
An integer specifying the read security setting.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public ReadSecurity As Integer
'Usage
Dim instance As _sListMetadata
Dim value As Integer
value = instance.ReadSecurity
instance.ReadSecurity = value
public int ReadSecurity
Remarks
Represents which users can read the information in the list. Possible values include the following:
Value |
Meaning |
---|---|
1 |
All users have read access to all items. |
2 |
Users have read access only to the SPItem that they created. |
A user may have read access to items in a list that they cannot personalize or customize. Also, if a user does not have read access to a list item, then the item could be outside the scope of the current page or functionality. For example, if a user is working with data regarding document status, then the contents of the document may not be available as a part of the same list.