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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property BrowserFileHandling As BrowserFileHandling
    Get
'Usage
Dim instance As List
Dim value As BrowserFileHandling

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

See Also

Reference

List Class

List Members

Microsoft.SharePoint.Client Namespace