Share via


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)
Available in Sandboxed Solutions: No

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