FileSearch.NewSearch Method

Resets all the search criteria settings to their default settings.

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

Syntax

'Declaration
Sub NewSearch
'Usage
Dim instance As FileSearch

instance.NewSearch()
void NewSearch()

Remarks

Some of the content in this topic may not be applicable to some languages.

Search criteria settings are retained throughout an application session. Use this method every time you change search criteria. This method will not reset the value of the LookIn property.

See Also

Reference

FileSearch Interface

FileSearch Members

Microsoft.Office.Core Namespace