Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the list file handling mode.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallablePropertyAttribute(SetProperty := False, ExcludeFromDefaultRetrieve := True)> _
Public Property BrowserFileHandling As SPBrowserFileHandling
Get
Set
'Usage
Dim instance As SPList
Dim value As SPBrowserFileHandling
value = instance.BrowserFileHandling
instance.BrowserFileHandling = value
[ClientCallablePropertyAttribute(SetProperty = false, ExcludeFromDefaultRetrieve = true)]
public SPBrowserFileHandling BrowserFileHandling { get; set; }
Property Value
Type: Microsoft.SharePoint.SPBrowserFileHandling
A SPBrowserFileHandling object.
Remarks
This is a list-level override of site settings in BrowserFileHandling. If this setting is BrowserFileHandling.Strict then files inside this list are handled in a strict fashion even if the SPWebApplication setting is BrowserFileHandling.Permissive. However if the site setting (in SPWebApplication.BrowserFileHandling) is BrowserFileHandling.Strict then this (the list) setting is ignored.