SPList Properties


SPList.AllowEveryoneViewItems Property (Microsoft.SharePoint)
Gets or sets a Boolean value specifying whether everyone can view documents in the document library or attachments to items in the list.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Property AllowEveryoneViewItems As Boolean
Visual Basic (Usage)
Dim instance As SPList
Dim value As Boolean

value = instance.AllowEveryoneViewItems

instance.AllowEveryoneViewItems = value
C#
public bool AllowEveryoneViewItems { get; set; }

Property Value

true if the documents or attachments can be viewed by everyone; otherwise, false.
Remarks

The AllowEveryoneViewItems property does not apply to all list items, but only to documents in document libraries or to attachments in list items. This property only works when users browse directly to a file through the browser, and it has no effect on the rest of the user interface or the object model.

See Also

Tags :


Page view tracker