The properties of the FileSearchEngine class are listed below. For a complete list of FileSearchEngine class members, see the FileSearchEngine Members topic.
![]() | Indicates whether or not the search will be done asynchronously. If set to true, Search will return immediately when called and events will be fired from a worker thread. This is important to know when displaying the results in a Windows Forms control. For more Information on this see Invoke |
![]() | Gets the IContainer that contains the Component. |
![]() | The search text. This can be any valid string, and if the Recursive property is set to true, it can be any valid regular expression according to the grammar for RegEx |
![]() | Indicates whether or not to do a case sensitive search |
![]() | Indicates whether or not the search will recurse subdirectories during its execution |
![]() | Gets or sets the ISite of the Component. |
![]() | The directory where the search starts |
![]() | Returns a SearchState value indicating the current state of the search |
![]() | If set to true, the Expression property can be any valid regular expression. For details on expression grammar see RegEx |
![]() | Indicates whether or not only complete word matches are found |
![]() | Only files whose names match this filter string will be searched. The format of the string is the same as the one that is used with the GetFiles method of DirectoryInfo |
![]() | Gets a value that indicates whether the Component is currently in design mode. |
![]() | Gets the list of event handlers that are attached to this Component. |