SPSite.BrowserDocumentsEnabled Property

Indicates whether the documents can be opened in a browser or not.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property BrowserDocumentsEnabled As Boolean
    Get
'Usage
Dim instance As SPSite
Dim value As Boolean

value = instance.BrowserDocumentsEnabled
public bool BrowserDocumentsEnabled { get; }

Property Value

Type: System.Boolean
A Boolean value = true if the OpenInClient feature is not activated.

See Also

Reference

SPSite Class

SPSite Members

Microsoft.SharePoint Namespace