SPDocumentConverterCollection.SystemSupportsFile method

Returns a Boolean value that indicates whether the document converter supports transformation of the specified file.

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

Syntax

'Declaration
Public Function SystemSupportsFile ( _
    fileName As String _
) As Boolean
'Usage
Dim instance As SPDocumentConverterCollection
Dim fileName As String
Dim returnValue As Boolean

returnValue = instance.SystemSupportsFile(fileName)
public bool SystemSupportsFile(
    string fileName
)

Parameters

  • fileName
    Type: System.String

    A string that specifies the name of the file to verify.

Return value

Type: System.Boolean
true if the document converter supports transformation of the file; otherwise, false. The default value is false.

See also

Reference

SPDocumentConverterCollection class

SPDocumentConverterCollection members

Microsoft.SharePoint.Administration namespace