共用方式為


SPSite.BrowserDocumentsEnabled property

表示是否開啟瀏覽器中的文件或不。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property BrowserDocumentsEnabled As Boolean
    Get
'用途
Dim instance As SPSite
Dim value As Boolean

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

Property value

Type: System.Boolean
Boolean 值 = true ,如果未啟動 「 OpenInClient 」 功能。

請參閱

參照

SPSite class

SPSite members

Microsoft.SharePoint namespace