共用方式為


SPWebApplication.DocumentConversionsEnabled property

NOTE: This API is now obsolete.

取得或設定一個值,指定是否要啟用文件轉換。

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

Syntax

'宣告
<ObsoleteAttribute("This member is obsolete.", False)> _
Public Property DocumentConversionsEnabled As Boolean
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.DocumentConversionsEnabled

instance.DocumentConversionsEnabled = value
[ObsoleteAttribute("This member is obsolete.", false)]
public bool DocumentConversionsEnabled { get; set; }

Property value

Type: System.Boolean
true如果文件轉換應已啟用 ;否則,請false。預設值為false。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace