SPDocumentConverterCollection.RemoveConverter method

Removes the specified document converter from the collection.

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

Syntax

'Declaration
Public Sub RemoveConverter ( _
    ConverterId As Guid _
)
'Usage
Dim instance As SPDocumentConverterCollection
Dim ConverterId As Guid

instance.RemoveConverter(ConverterId)
public void RemoveConverter(
    Guid ConverterId
)

Parameters

  • ConverterId
    Type: System.Guid

    A System.Guid that specifies the document converter.

See also

Reference

SPDocumentConverterCollection class

SPDocumentConverterCollection members

Microsoft.SharePoint.Administration namespace