This documentation is archived and is not being maintained.
BrowserFileHandling enumeration
Specifies whether the file is allowed to be displayed in the Web browser.
Namespace:
Microsoft.SharePoint.ClientAssembly:
Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
No code example is currently available or this language may not be supported.
| Member name | Description |
|---|
| Permissive | Enumeration whose value specifies whether content types that allow script are allowed to be displayed in the Web browser. The value = 0. |
| Strict | Enumeration whose value specifies whether content types that allow script must be forced to download. The value = 1. |