Freigeben über


List.BrowserFileHandling-Eigenschaft

Gets a value that specifies the override of the web application’s BrowserFileHandling property at the list level.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  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; }

Eigenschaftswert

Typ: Microsoft.SharePoint.Client.BrowserFileHandling
Returns a BrowserFileHandling instance representing the override of the web application’s BrowserFileHandling property at the list level.

Hinweise

If the web application’s BrowserHandling property is BrowserFileHandling.Strict, then this setting must be ignored.

Siehe auch

Referenz

List Klasse

List-Member

Microsoft.SharePoint.Client-Namespace