List.BrowserFileHandling - Propriété
Gets a value that specifies the override of the web application’s BrowserFileHandling property at the list level.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property BrowserFileHandling As BrowserFileHandling
Get
'Utilisation
Dim instance As List
Dim value As BrowserFileHandling
value = instance.BrowserFileHandling
public BrowserFileHandling BrowserFileHandling { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.BrowserFileHandling
Returns a BrowserFileHandling instance representing the override of the web application’s BrowserFileHandling property at the list level.
Remarques
If the web application’s BrowserHandling property is BrowserFileHandling.Strict, then this setting must be ignored.