FileTypes Interface

A collection of values of the type MsoFileType that determine which types of files are returned by the Execute method of the FileSearch object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000C036C-0000-0000-C000-000000000046")> _
Public Interface FileTypes _
    Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As FileTypes
[GuidAttribute("000C036C-0000-0000-C000-000000000046")]
public interface FileTypes : _IMsoDispObj, 
    IEnumerable

Remarks

Use the FileTypes property with the FileSearch object to return a FileTypes collection.

Note

The FileType property of the FileSearch object clears the FileTypes collection and sets the first item in the collection to the file type defined by the FileType property.

There is only one FileTypes collection for all searches, so it's important to clear the FileTypes collection before executing a search unless you wish to search for file types from previous searches. The easiest way to clear the collection is to set the FileType property to the first file type for which you want to search. You can also remove individual types using the Remove method. To determine the file type of each item in the collection, use the Item method to return the msoFileType value.

See Also

Reference

FileTypes Members

Microsoft.Office.Core Namespace