FileSearch.Execute(MsoSortBy, MsoSortOrder, Boolean) Method

Definition

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

SortBy
MsoSortBy

Optional MsoSortBy. The method used to sort the returned file(s).

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.

Applies to