SPWebApplication.DocumentConverters property
NOTE: This API is now obsolete.
Gets a collection of document converters for the Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public ReadOnly Property DocumentConverters As SPDocumentConverterCollection
Get
'Usage
Dim instance As SPWebApplication
Dim value As SPDocumentConverterCollection
value = instance.DocumentConverters
[ObsoleteAttribute("This member is obsolete.", false)]
public SPDocumentConverterCollection DocumentConverters { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPDocumentConverterCollection
An SPDocumentConverterCollection object that represents the collection of document converters.