Share via


IViewerServerCallBack.IsFileTypeEnabled method

Namespace:  Microsoft.Office.Web.Conversion.ViewerInterface
Assembly:  Microsoft.Office.Server.Conversion.ViewerInterface (in Microsoft.Office.Server.Conversion.ViewerInterface.dll)

Syntax

'Declaration
Function IsFileTypeEnabled ( _
    fileExtension As String _
) As Boolean
'Usage
Dim instance As IViewerServerCallBack
Dim fileExtension As String
Dim returnValue As Boolean

returnValue = instance.IsFileTypeEnabled(fileExtension)
bool IsFileTypeEnabled(
    string fileExtension
)

Parameters

Return value

Type: System.Boolean

See also

Reference

IViewerServerCallBack interface

IViewerServerCallBack members

Microsoft.Office.Web.Conversion.ViewerInterface namespace