SPList.BrowserFileHandling property

Indicates the list file handling mode.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property BrowserFileHandling As SPBrowserFileHandling
    Get
    Set
'Usage
Dim instance As SPList
Dim value As SPBrowserFileHandling

value = instance.BrowserFileHandling

instance.BrowserFileHandling = value
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.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace