FoundFiles interface
Office 2013 and later
Represents the list of files returned from a file search.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
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: