Expand Minimize
This topic has not yet been rated - Rate this topic

SPList.BrowserFileHandling property

Indicates the list file handling mode.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallablePropertyAttribute(SetProperty = false, ExcludeFromDefaultRetrieve = true)]
public SPBrowserFileHandling BrowserFileHandling { get; set; }

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.