FoundFiles interface

Represents the list of files returned from a file search.

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

No code example is currently available or this language may not be supported.

Use the FoundFiles property to return the FoundFiles object. Use FoundFiles(index), where index is the index number, to return the path and file name of a specific file found during the search.

Use the Execute method to begin the file search and update the FoundFiles object.

Show: