SPDocumentConverterCollection.GetConverter method
Returns the specified document converter from the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetConverter ( _
ConverterId As Guid _
) As SPDocumentConverter
'Usage
Dim instance As SPDocumentConverterCollection
Dim ConverterId As Guid
Dim returnValue As SPDocumentConverter
returnValue = instance.GetConverter(ConverterId)
public SPDocumentConverter GetConverter(
Guid ConverterId
)
Parameters
ConverterId
Type: System.GuidA System.Guid that specifies the document converter.
Return value
Type: Microsoft.SharePoint.Administration.SPDocumentConverter
An SPDocumentConverter object that represents the document converter.
See also
Reference
SPDocumentConverterCollection class