Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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