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.
Returns 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 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