SPBrowserFileHandling Enumeration
Specifies the mode of handling files in the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "BrowserFileHandling")> _
Public Enumeration SPBrowserFileHandling
'Usage
Dim instance As SPBrowserFileHandling
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "BrowserFileHandling")]
public enum SPBrowserFileHandling
Members
Member name | Description | |
---|---|---|
Permissive | Permissive mode of handling files. Value is 0. | |
Strict | Strict mode of handling files. Value is 1. |