SearchMode Property
The level at which to search.
Syntax
public int getSearchMode(); public void setSearchMode(int searchMode);
Enumerated values: public final static int smFileName = 0; public final static int smFileNameAndContent = 1; public final static int smDeletedFileName = 2;
Remarks
This property specifies the search mode when Search is called. Possible values are:
0 (smFileName - default) | File and folder names are searched. |
1 (smFileNameAndContent) | File and folder names as well as file contents are searched. |
2 (smDeletedFileName) | Deleted file and folder names are searched. |
This property is not available at design time.
Default Value
0