FileSearch.Execute(MsoSortBy, MsoSortOrder, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Begins the search for the specified file(s).
public int Execute (Microsoft.Office.Core.MsoSortBy SortBy = Microsoft.Office.Core.MsoSortBy.msoSortByFileName, Microsoft.Office.Core.MsoSortOrder SortOrder = Microsoft.Office.Core.MsoSortOrder.msoSortOrderAscending, bool AlwaysAccurate = false);
abstract member Execute : Microsoft.Office.Core.MsoSortBy * Microsoft.Office.Core.MsoSortOrder * bool -> int
Public Function Execute (Optional SortBy As MsoSortBy = Microsoft.Office.Core.MsoSortBy.msoSortByFileName, Optional SortOrder As MsoSortOrder = Microsoft.Office.Core.MsoSortOrder.msoSortOrderAscending, Optional AlwaysAccurate As Boolean = false) As Integer
Parameters
- SortOrder
- MsoSortOrder
Optional MsoSortOrder. The order in which the returned file(s) are sorted.
- AlwaysAccurate
- Boolean
Optional Boolean. True to include files that have been added, modified, or deleted since the file index was last updated as part of the file search. The default value is True.
Returns
Remarks
This property returns an Integer: zero (0) if no files are found, or a positive number if one or more files are found.