SPWebApplication.DocumentConversionsEnabled Property
Gets or sets a value that specifies whether to enable document conversion.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DocumentConversionsEnabled As Boolean
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.DocumentConversionsEnabled
instance.DocumentConversionsEnabled = value
public bool DocumentConversionsEnabled { get; set; }
Property Value
Type: System.Boolean
true if document conversion should be enabled; otherwise, false. The default value is false.