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)

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