SPDocumentConverterCollection.RemoveConverter Method
Removes the specified document converter from the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.GuidA System.Guid that specifies the document converter.
See Also
Reference
SPDocumentConverterCollection Class