WebRequest.FileType Property (Bing, Version 2.0)

Specifies the type of files (for example, Microsoft Office Word .DOC files or Adobe Acrobat .PDF files) to return from the Web SourceType.

Public Property FileType As UInt32
public string FileType { get; set; }

Remarks

For the Web SourceType, the FileType property specifies the file extension. The following file extensions are supported:

Web File Type FileType Property Value

Microsoft Word Document

DOC

Autodesk Drawing File

DWF

Really Simple Syndication (RSS) Feed

FEED

Hypertext Markup Language (.htm) File

HTM

Hypertext Markup Language (.html) File

HTML

Adobe Acrobat Portable Document

PDF

Microsoft PowerPoint Presentation

PPT

Microsoft Rich Text Format Document

RTF

Generic Text (.text) File

TEXT

Generic Text (.txt) File

TXT

Microsoft Excel Workbook

XLS

See Also

Concepts

Web SourceType (Bing, Version 2)
Web SourceType Code Samples