Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.