SPWebApplication.DocumentConverters Property
Gets a collection of document converters for the Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property DocumentConverters As SPDocumentConverterCollection
Get
'Usage
Dim instance As SPWebApplication
Dim value As SPDocumentConverterCollection
value = instance.DocumentConverters
public SPDocumentConverterCollection DocumentConverters { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPDocumentConverterCollection
An SPDocumentConverterCollection object that represents the collection of document converters.