Share via


TranslationServiceApplication.DisableFileExtension method

Disables translation of files with the specified file extension.

Namespace:  Microsoft.Office.TranslationServices
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

'Declaration
Public Sub DisableFileExtension ( _
    fileExtension As String _
)
'Usage
Dim instance As TranslationServiceApplication
Dim fileExtension As String

instance.DisableFileExtension(fileExtension)
public void DisableFileExtension(
    string fileExtension
)

Parameters

  • fileExtension
    Type: System.String

    The file extension to disable. The file extension must be in the set enumerated by the EnumerateFileExtensions method. File extensions are case insensitive and should not contain a leading period character.

See also

Reference

TranslationServiceApplication class

TranslationServiceApplication members

Microsoft.Office.TranslationServices namespace