BrowserFileHandling enumeration

Specifies whether the file is allowed to be displayed in the Web browser.

Namespace:  Microsoft.SharePoint.Client
Assembly:  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.

See also

Reference

Microsoft.SharePoint.Client namespace