List.BrowserFileHandling property
Gets a value that specifies the override of the web application’s BrowserFileHandling property at the list level.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property BrowserFileHandling As BrowserFileHandling
Get
'Usage
Dim instance As List
Dim value As BrowserFileHandling
value = instance.BrowserFileHandling
public BrowserFileHandling BrowserFileHandling { get; }
Property value
Type: Microsoft.SharePoint.Client.BrowserFileHandling
Returns a BrowserFileHandling instance representing the override of the web application’s BrowserFileHandling property at the list level.
Remarks
If the web application’s BrowserHandling property is BrowserFileHandling.Strict, then this setting must be ignored.