SPSite.BrowserDocumentsEnabled-Eigenschaft
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; }
Eigenschaftswert
Typ: System.Boolean
A Boolean value = true if the OpenInClient feature is not activated.