ISearchProvider
Scriptable object
Description
Search Provider Handler, shall be implemented by binary plug-in exposing own search type
Properties
| Property | Description |
|---|---|
| Applicable | Returns true, if search type is applicable in current situation |
| Description | Returns search description |
| Documents | Returns document list. SAFEARRAY of BSTR |
| FileNameOnly | Indicates that only file names should be displayed |
| IncludeHidden | Indicates that only hidden document should be processed also |
| Name | Returns search type name |
| OpenModified | Indicates that modified document should be open in editor |
| Parameters | Dumps search parameters in verbal form |
| ReplaceActive | Returns true, if replace should be active |
| SearchType | Returns search type id |
Methods
| Method | Description |
|---|---|
| GetOptionsPage | Returns/Creates option search page |
#API