FileSearch.FileType Property

Definition

Returns or sets the type of file to look for during a file search.

public:
 property Microsoft::Office::Core::MsoFileType FileType { Microsoft::Office::Core::MsoFileType get(); void set(Microsoft::Office::Core::MsoFileType value); };
public Microsoft.Office.Core.MsoFileType FileType { get; set; }
member this.FileType : Microsoft.Office.Core.MsoFileType with get, set
Public Property FileType As MsoFileType

Property Value

Remarks

The constant msoFileTypeOfficeFiles includes all files with any of the following extensions: *.doc, *.xls, *.ppt, *.pps, *.obd, *.mdb, *.mpd, *.dot, *.xlt, *.pot, *.obt, *.htm, or *.html.

Applies to