BrowserFileHandling Enumeration
Specifies whether the file is allowed to be displayed in the Web browser.
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
Public Enumeration BrowserFileHandling
'Usage
Dim instance As BrowserFileHandling
public enum BrowserFileHandling
Members
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. |