SPWebApplication.DocumentConversionsEnabled property
NOTE: This API is now obsolete.
Gets or sets a value that specifies whether to enable document conversion.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public Property DocumentConversionsEnabled As Boolean
Get
Set
'Usage
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 if document conversion should be enabled; otherwise, false. The default value is false.